#99A2EA

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

Shades of Portage #99A2EA

Tints of Portage #99A2EA

Color information

#99A2EA (or 0x99A2EA) is unknown color: approx Portage. HEX triplet: 99, A2 and EA. RGB value is (153,162,234). Sum of RGB (Red+Green+Blue) = 153+162+234=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #99A2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A2EA is #665D15. Grayscale: #A7A7A7. Windows color (decimal): -6708502 or 15377049. OLE color: 15377049.

HSL color Cylindrical-coordinate representation of color #99A2EA: hue angle of 233.33º 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 #99A2EA is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153162234-
CMYK0.350.3100.08
HSL233.33º65.85%75.88%-
HSV(B)233.33º34.62%91.76%-
XYZ40.9138.5583.13-
YUV167.52165.52117.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.87%
GREEN value IS 162 (63.67% from 255) = 29.51%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=27.87%
G=29.51%
B=42.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531622340.350.3100.08233.3365.8575.88
Hex99A2EA231F08e9424c
Octal2312423524337010351102114
Binary10011001101000101110101010001111111010001110100110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A2EA; }

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

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

<style>
 a { background-color: #99A2EA; }

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

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

<style>
 span { border-color: #99A2EA; }

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

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