Html Css Color HEX #8EA7DD Polo Blue

📋 copy color: '#8EA7DD'

red 142 ◦ green 167 ◦ blue 221

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

Shades of Polo Blue #8EA7DD

Tints of Polo Blue #8EA7DD

RGB

 RED value IS 142 (55.86% from 255) = 26.79%

 GREEN value IS 167 (65.63% from 255) = 31.51%

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 26.79%
G = 31.51%
B = 41.7%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8EA7DD (or 0x8EA7DD) is known color: Polo Blue. HEX triplet: 8E, A7 and DD. RGB value is (142,167,221). Sum of RGB (Red+Green+Blue) = 142+167+221=530 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.79% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EA7DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA7DD is #715822. Grayscale: #A5A5A5. Windows color (decimal): -7428131 or 14526350. OLE color: 14526350.

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

Color convert

RGB 142 167 221 -
CMYK 0.36 0.24 0 0.13
HSL 221.01º 0.54% 0.71% -
HSV(B) 221.01º 0.36% 0.87% -
XYZ 38.03 38.61 73.85 -
YUV 165.68 159.22 111.11 -
System Red Green Blue C M Y K H S L
Decimal 142 167 221 0.36 0.24 0 0.13 221.01 0.54 0.71
Hex 8E A7 DD 24 18 0 D DD 36 47
Octal 216 247 335 44 30 0 15 335 66 107
Binary 10001110 10100111 11011101 100100 11000 0 1101 11011101 110110 1000111

Color Harmonies of #8EA7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA7DD

Black with #8EA7DD

Text Example


Text Example

White with #8EA7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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