#99A2EB

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

Shades of Portage #99A2EB

Tints of Portage #99A2EB

Color information

#99A2EB (or 0x99A2EB) is unknown color: approx Portage. HEX triplet: 99, A2 and EB. RGB value is (153,162,235). Sum of RGB (Red+Green+Blue) = 153+162+235=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #99A2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A2EB is #665D14. Grayscale: #A7A7A7. Windows color (decimal): -6708501 or 15442585. OLE color: 15442585.

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

Color convert

RGB153162235-
CMYK0.350.3100.08
HSL233.41º67.21%76.08%-
HSV(B)233.41º34.89%92.16%-
XYZ41.0538.6183.89-
YUV167.63166.02117.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.82%
GREEN value IS 162 (63.67% from 255) = 29.45%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=27.82%
G=29.45%
B=42.73%

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
Decimal1531622350.350.3100.08233.4167.2176.08
Hex99A2EB231F08e9434c
Octal2312423534337010351103114
Binary10011001101000101110101110001111111010001110100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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