#99A4EC

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

Shades of Portage #99A4EC

Tints of Portage #99A4EC

Color information

#99A4EC (or 0x99A4EC) is unknown color: approx Portage. HEX triplet: 99, A4 and EC. RGB value is (153,164,236). Sum of RGB (Red+Green+Blue) = 153+164+236=553 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.67% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #99A4EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A4EC is #665B13. Grayscale: #A8A8A8. Windows color (decimal): -6707988 or 15508633. OLE color: 15508633.

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

Color convert

RGB153164236-
CMYK0.350.3100.07
HSL232.05º68.6%76.27%-
HSV(B)232.05º35.17%92.55%-
XYZ41.5539.3884.77-
YUV168.92165.86116.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.67%
GREEN value IS 164 (64.45% from 255) = 29.66%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=27.67%
G=29.66%
B=42.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531642360.350.3100.07232.0568.676.27
Hex99A4EC231F07e8454c
Octal231244354433707350105114
Binary1001100110100100111011001000111111101111110100010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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