Html Css Color HEX #8EA7CF Polo Blue

📋 copy color: '#8EA7CF'

red 142 ◦ green 167 ◦ blue 207

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

Shades of Polo Blue #8EA7CF

Tints of Polo Blue #8EA7CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 27.52%
G = 32.36%
B = 40.12%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8EA7CF (or 0x8EA7CF) is known color: Polo Blue. HEX triplet: 8E, A7 and CF. RGB value is (142,167,207). Sum of RGB (Red+Green+Blue) = 142+167+207=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #8EA7CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA7CF is #715830. Grayscale: #A3A3A3. Windows color (decimal): -7428145 or 13608846. OLE color: 13608846.

HSL color Cylindrical-coordinate representation of color #8EA7CF: hue angle of 216.92º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EA7CF is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 167 207 -
CMYK 0.31 0.19 0 0.19
HSL 216.92º 0.4% 0.68% -
HSV(B) 216.92º 0.31% 0.81% -
XYZ 36.24 37.89 64.44 -
YUV 164.09 152.22 112.25 -
System Red Green Blue C M Y K H S L
Decimal 142 167 207 0.31 0.19 0 0.19 216.92 0.4 0.68
Hex 8E A7 CF 1F 13 0 13 D9 28 44
Octal 216 247 317 37 23 0 23 331 50 104
Binary 10001110 10100111 11001111 11111 10011 0 10011 11011001 101000 1000100

Color Harmonies of #8EA7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA7CF

Black with #8EA7CF

Text Example


Text Example

White with #8EA7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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