Html Css Color HEX #8AA4D9 Polo Blue

📋 copy color: '#8AA4D9'

red 138 ◦ green 164 ◦ blue 217

#8AA4D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #8AA4D9

Tints of Polo Blue #8AA4D9

RGB

 RED value IS 138 (54.3% from 255) = 26.59%

 GREEN value IS 164 (64.45% from 255) = 31.6%

 BLUE value IS 217 (85.16% from 255) = 41.81%

R = 26.59%
G = 31.6%
B = 41.81%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8AA4D9 (or 0x8AA4D9) is known color: Polo Blue. HEX triplet: 8A, A4 and D9. RGB value is (138,164,217). Sum of RGB (Red+Green+Blue) = 138+164+217=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #8AA4D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA4D9 is #755B26. Grayscale: #A2A2A2. Windows color (decimal): -7691047 or 14263434. OLE color: 14263434.

HSL color Cylindrical-coordinate representation of color #8AA4D9: hue angle of 220.25º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AA4D9 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 164 217 -
CMYK 0.36 0.24 0 0.15
HSL 220.25º 0.51% 0.7% -
HSV(B) 220.25º 0.36% 0.85% -
XYZ 36.28 36.96 70.87 -
YUV 162.27 158.89 110.69 -
System Red Green Blue C M Y K H S L
Decimal 138 164 217 0.36 0.24 0 0.15 220.25 0.51 0.7
Hex 8A A4 D9 24 18 0 F DC 33 46
Octal 212 244 331 44 30 0 17 334 63 106
Binary 10001010 10100100 11011001 100100 11000 0 1111 11011100 110011 1000110

Color Harmonies of #8AA4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA4D9

Black with #8AA4D9

Text Example


Text Example

White with #8AA4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,164,217); }

 H1.HeaderClassName
 {
   color: #8AA4D9;
 }
 .AnyTagClassName
 {
   color: #8AA4D9;
 }
</style>

background-color css

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

 a { background-color: rgb(138,164,217); }

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

border-color css

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

 span { border-color: rgb(138,164,217); }

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