#9AA6DC

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

Shades of Portage #9AA6DC

Tints of Portage #9AA6DC

Color information

#9AA6DC (or 0x9AA6DC) is unknown color: approx Portage. HEX triplet: 9A, A6 and DC. RGB value is (154,166,220). Sum of RGB (Red+Green+Blue) = 154+166+220=540 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.52% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AA6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA6DC is #655923. Grayscale: #A8A8A8. Windows color (decimal): -6641956 or 14460570. OLE color: 14460570.

HSL color Cylindrical-coordinate representation of color #9AA6DC: hue angle of 229.09º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AA6DC is Cyan = 0.3, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154166220-
CMYK0.30.2500.14
HSL229.09º48.53%73.33%-
HSV(B)229.09º30%86.27%-
XYZ39.8839.3173.2-
YUV168.57157.02117.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.52%
GREEN value IS 166 (65.23% from 255) = 30.74%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=28.52%
G=30.74%
B=40.74%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541662200.30.2500.14229.0948.5373.33
Hex9AA6DC1E190Ee53149
Octal232246334363101634561111
Binary100110101010011011011100111101100101110111001011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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