#8AA7DD

Color #8AA7DD Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #8AA7DD

Tints of Polo Blue #8AA7DD

Color information

#8AA7DD (or 0x8AA7DD) is unknown color: approx Polo Blue. HEX triplet: 8A, A7 and DD. RGB value is (138,167,221). Sum of RGB (Red+Green+Blue) = 138+167+221=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AA7DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA7DD is #755822. Grayscale: #A4A4A4. Windows color (decimal): -7690275 or 14526346. OLE color: 14526346.

HSL color Cylindrical-coordinate representation of color #8AA7DD: hue angle of 219.04º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AA7DD is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138167221-
CMYK0.380.2400.13
HSL219.04º54.97%70.39%-
HSV(B)219.04º37.56%86.67%-
XYZ37.3538.2673.82-
YUV164.48159.89109.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.24%
GREEN value IS 167 (65.62% from 255) = 31.75%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=26.24%
G=31.75%
B=42.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381672210.380.2400.13219.0454.9770.39
Hex8AA7DD26180Ddb3746
Octal212247335463001533367106
Binary1000101010100111110111011001101100001101110110111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA7DD; }

 p { color: rgb(138,167,221); }

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

<style>
 a { background-color: #8AA7DD; }

 a { background-color: rgb(138,167,221); }

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

<style>
 span { border-color: #8AA7DD; }

 span { border-color: rgb(138,167,221); }

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