#99A4E7

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

Shades of Portage #99A4E7

Tints of Portage #99A4E7

Color information

#99A4E7 (or 0x99A4E7) is unknown color: approx Portage. HEX triplet: 99, A4 and E7. RGB value is (153,164,231). Sum of RGB (Red+Green+Blue) = 153+164+231=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 231 - color contains mainly: blue. Hex color #99A4E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A4E7 is #665B18. Grayscale: #A8A8A8. Windows color (decimal): -6707993 or 15180953. OLE color: 15180953.

HSL color Cylindrical-coordinate representation of color #99A4E7: hue angle of 231.54º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99A4E7 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB153164231-
CMYK0.340.2900.09
HSL231.54º61.9%75.29%-
HSV(B)231.54º33.77%90.59%-
XYZ40.8439.0980.99-
YUV168.35163.36117.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.92%
GREEN value IS 164 (64.45% from 255) = 29.93%
BLUE value IS 231 (90.62% from 255) = 42.15%
R=27.92%
G=29.93%
B=42.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1531642310.340.2900.09231.5461.975.29
Hex99A4E7221D09e83e4b
Octal231244347423501135076113
Binary1001100110100100111001111000101110101001111010001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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