#999FE0

Color #999FE0 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #999FE0

Tints of Portage #999FE0

Color information

#999FE0 (or 0x999FE0) is unknown color: approx Portage. HEX triplet: 99, 9F and E0. RGB value is (153,159,224). Sum of RGB (Red+Green+Blue) = 153+159+224=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #999FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FE0 is #66601F. Grayscale: #A4A4A4. Windows color (decimal): -6709280 or 14720921. OLE color: 14720921.

HSL color Cylindrical-coordinate representation of color #999FE0: hue angle of 234.93º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #999FE0 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB153159224-
CMYK0.320.2900.12
HSL234.93º53.38%73.92%-
HSV(B)234.93º31.7%87.84%-
XYZ38.9936.9575.6-
YUV164.62161.51119.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 28.54%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 224 (87.89% from 255) = 41.79%
R=28.54%
G=29.66%
B=41.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1531592240.320.2900.12234.9353.3873.92
Hex999FE0201D0Ceb354a
Octal231237340403501435365112
Binary1001100110011111111000001000001110101100111010111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999FE0; }

 p { color: rgb(153,159,224); }

 H1.HeaderClassName
 {
   color: #999FE0;
 }
 .AnyTagClassName
 {
   color: #999FE0;
 }
</style>
background-color css

<style>
 a { background-color: #999FE0; }

 a { background-color: rgb(153,159,224); }

 div.DivClassName
 {
   background-color: #999FE0;
 }
 .BgClassName
 {
   background-color: #999FE0;
 }
</style>
border-color css

<style>
 span { border-color: #999FE0; }

 span { border-color: rgb(153,159,224); }

 td.TdClassName
 {
   border-color: #999FE0;
 }
 .TagClassName
 {
   border-color: #999FE0;
 }
</style>