#9AA6E8

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

Shades of Portage #9AA6E8

Tints of Portage #9AA6E8

Color information

#9AA6E8 (or 0x9AA6E8) is unknown color: approx Portage. HEX triplet: 9A, A6 and E8. RGB value is (154,166,232). Sum of RGB (Red+Green+Blue) = 154+166+232=552 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.90% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 232 (91.02% from 255 or 42.03% from 552); Max value from RGB is 232 - color contains mainly: blue. Hex color #9AA6E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA6E8 is #655917. Grayscale: #A9A9A9. Windows color (decimal): -6641944 or 15247002. OLE color: 15247002.

HSL color Cylindrical-coordinate representation of color #9AA6E8: hue angle of 230.77º 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 #9AA6E8 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB154166232-
CMYK0.340.2800.09
HSL230.77º62.9%75.69%-
HSV(B)230.77º33.62%90.98%-
XYZ41.5339.9781.87-
YUV169.94163.02116.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.90%
GREEN value IS 166 (65.23% from 255) = 30.07%
BLUE value IS 232 (91.02% from 255) = 42.03%
R=27.90%
G=30.07%
B=42.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1541662320.340.2800.09230.7762.975.69
Hex9AA6E8221C09e73f4c
Octal232246350423401134777114
Binary1001101010100110111010001000101110001001111001111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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