Html Css Color HEX #8EA7DB Polo Blue

📋 copy color: '#8EA7DB'

red 142 ◦ green 167 ◦ blue 219

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

Shades of Polo Blue #8EA7DB

Tints of Polo Blue #8EA7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 26.89%
G = 31.63%
B = 41.48%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8EA7DB (or 0x8EA7DB) is known color: Polo Blue. HEX triplet: 8E, A7 and DB. RGB value is (142,167,219). Sum of RGB (Red+Green+Blue) = 142+167+219=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #8EA7DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA7DB is #715824. Grayscale: #A5A5A5. Windows color (decimal): -7428133 or 14395278. OLE color: 14395278.

HSL color Cylindrical-coordinate representation of color #8EA7DB: hue angle of 220.52º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EA7DB is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 167 219 -
CMYK 0.35 0.24 0 0.14
HSL 220.52º 0.52% 0.71% -
HSV(B) 220.52º 0.35% 0.86% -
XYZ 37.76 38.5 72.46 -
YUV 165.45 158.22 111.27 -
System Red Green Blue C M Y K H S L
Decimal 142 167 219 0.35 0.24 0 0.14 220.52 0.52 0.71
Hex 8E A7 DB 23 18 0 E DD 34 47
Octal 216 247 333 43 30 0 16 335 64 107
Binary 10001110 10100111 11011011 100011 11000 0 1110 11011101 110100 1000111

Color Harmonies of #8EA7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA7DB

Black with #8EA7DB

Text Example


Text Example

White with #8EA7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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