Html Css Color HEX #8AA7DD Polo Blue

📋 copy color: '#8AA7DD'

red 138 ◦ green 167 ◦ blue 221

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

Shades of Polo Blue #8AA7DD

Tints of Polo Blue #8AA7DD

RGB

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

 GREEN value IS 167 (65.63% 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 value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8AA7DD (or 0x8AA7DD) is known color: 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

RGB 138 167 221 -
CMYK 0.38 0.24 0 0.13
HSL 219.04º 0.55% 0.7% -
HSV(B) 219.04º 0.38% 0.87% -
XYZ 37.35 38.26 73.82 -
YUV 164.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 138 167 221 0.38 0.24 0 0.13 219.04 0.55 0.7
Hex 8A A7 DD 26 18 0 D DB 37 46
Octal 212 247 335 46 30 0 15 333 67 106
Binary 10001010 10100111 11011101 100110 11000 0 1101 11011011 110111 1000110

Color Harmonies of #8AA7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA7DD

Black with #8AA7DD

Text Example


Text Example

White with #8AA7DD

Text Example


Text Example

HTML Codes & Css Web 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>