#999AEA

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

Shades of Portage #999AEA

Tints of Portage #999AEA

Color information

#999AEA (or 0x999AEA) is unknown color: approx Portage. HEX triplet: 99, 9A and EA. RGB value is (153,154,234). Sum of RGB (Red+Green+Blue) = 153+154+234=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #999AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999AEA is #666515. Grayscale: #A2A2A2. Windows color (decimal): -6710550 or 15375001. OLE color: 15375001.

HSL color Cylindrical-coordinate representation of color #999AEA: hue angle of 239.26º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #999AEA is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153154234-
CMYK0.350.3400.08
HSL239.26º65.85%75.88%-
HSV(B)239.26º34.62%91.76%-
XYZ39.5435.8282.67-
YUV162.82168.17121-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.28%
GREEN value IS 154 (60.55% from 255) = 28.47%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=28.28%
G=28.47%
B=43.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531542340.350.3400.08239.2665.8575.88
Hex999AEA232208ef424c
Octal2312323524342010357102114
Binary100110011001101011101010100011100010010001110111110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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