#999AE9

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

Shades of Portage #999AE9

Tints of Portage #999AE9

Color information

#999AE9 (or 0x999AE9) is unknown color: approx Portage. HEX triplet: 99, 9A and E9. RGB value is (153,154,233). Sum of RGB (Red+Green+Blue) = 153+154+233=540 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.33% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #999AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999AE9 is #666516. Grayscale: #A2A2A2. Windows color (decimal): -6710551 or 15309465. OLE color: 15309465.

HSL color Cylindrical-coordinate representation of color #999AE9: hue angle of 239.25º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #999AE9 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB153154233-
CMYK0.340.3400.09
HSL239.25º64.52%75.69%-
HSV(B)239.25º34.33%91.37%-
XYZ39.435.7781.92-
YUV162.71167.67121.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.33%
GREEN value IS 154 (60.55% from 255) = 28.52%
BLUE value IS 233 (91.41% from 255) = 43.15%
R=28.33%
G=28.52%
B=43.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1531542330.340.3400.09239.2564.5275.69
Hex999AE9222209ef414c
Octal2312323514242011357101114
Binary100110011001101011101001100010100010010011110111110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,154,233); }

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

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

 a { background-color: rgb(153,154,233); }

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

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

 span { border-color: rgb(153,154,233); }

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