#9AA4E8

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

Shades of Portage #9AA4E8

Tints of Portage #9AA4E8

Color information

#9AA4E8 (or 0x9AA4E8) is unknown color: approx Portage. HEX triplet: 9A, A4 and E8. RGB value is (154,164,232). Sum of RGB (Red+Green+Blue) = 154+164+232=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 232 - color contains mainly: blue. Hex color #9AA4E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA4E8 is #655B17. Grayscale: #A8A8A8. Windows color (decimal): -6642456 or 15246490. OLE color: 15246490.

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

Color convert

RGB154164232-
CMYK0.340.2900.09
HSL232.31º62.9%75.69%-
HSV(B)232.31º33.62%90.98%-
XYZ41.1739.2581.75-
YUV168.76163.69117.47-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28%
GREEN value IS 164 (64.45% from 255) = 29.82%
BLUE value IS 232 (91.02% from 255) = 42.18%
R=28%
G=29.82%
B=42.18%

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
Decimal1541642320.340.2900.09232.3162.975.69
Hex9AA4E8221D09e83f4c
Octal232244350423501135077114
Binary1001101010100100111010001000101110101001111010001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AA4E8; }

 p { color: rgb(154,164,232); }

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

<style>
 a { background-color: #9AA4E8; }

 a { background-color: rgb(154,164,232); }

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

<style>
 span { border-color: #9AA4E8; }

 span { border-color: rgb(154,164,232); }

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