#99A0EC

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

Shades of Portage #99A0EC

Tints of Portage #99A0EC

Color information

#99A0EC (or 0x99A0EC) is unknown color: approx Portage. HEX triplet: 99, A0 and EC. RGB value is (153,160,236). Sum of RGB (Red+Green+Blue) = 153+160+236=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #99A0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A0EC is #665F13. Grayscale: #A6A6A6. Windows color (decimal): -6709012 or 15507609. OLE color: 15507609.

HSL color Cylindrical-coordinate representation of color #99A0EC: hue angle of 234.94º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99A0EC is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153160236-
CMYK0.350.3200.07
HSL234.94º68.6%76.27%-
HSV(B)234.94º35.17%92.55%-
XYZ40.8537.9784.53-
YUV166.57167.18118.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.87%
GREEN value IS 160 (62.89% from 255) = 29.14%
BLUE value IS 236 (92.58% from 255) = 42.99%
R=27.87%
G=29.14%
B=42.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531602360.350.3200.07234.9468.676.27
Hex99A0EC232007eb454c
Octal231240354434007353105114
Binary10011001101000001110110010001110000001111110101110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,160,236); }

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

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

 a { background-color: rgb(153,160,236); }

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

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

 span { border-color: rgb(153,160,236); }

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