Html Css Color HEX #8E9FCB Polo Blue

📋 copy color: '#8E9FCB'

red 142 ◦ green 159 ◦ blue 203

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

Shades of Polo Blue #8E9FCB

Tints of Polo Blue #8E9FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.55%

 BLUE value IS 203 (79.69% from 255) = 40.28%

R = 28.17%
G = 31.55%
B = 40.28%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E9FCB (or 0x8E9FCB) is known color: Polo Blue. HEX triplet: 8E, 9F and CB. RGB value is (142,159,203). Sum of RGB (Red+Green+Blue) = 142+159+203=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E9FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9FCB is #716034. Grayscale: #9E9E9E. Windows color (decimal): -7430197 or 13344654. OLE color: 13344654.

HSL color Cylindrical-coordinate representation of color #8E9FCB: hue angle of 223.28º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E9FCB is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 159 203 -
CMYK 0.30 0.22 0 0.20
HSL 223.28º 0.37% 0.68% -
HSV(B) 223.28º 0.3% 0.8% -
XYZ 34.33 34.86 61.42 -
YUV 158.93 152.87 115.92 -
System Red Green Blue C M Y K H S L
Decimal 142 159 203 0.30 0.22 0 0.20 223.28 0.37 0.68
Hex 8E 9F CB 1E 16 0 14 DF 25 44
Octal 216 237 313 36 26 0 24 337 45 104
Binary 10001110 10011111 11001011 11110 10110 0 10100 11011111 100101 1000100

Color Harmonies of #8E9FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9FCB

Black with #8E9FCB

Text Example


Text Example

White with #8E9FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,159,203); }

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

background-color css

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

 a { background-color: rgb(142,159,203); }

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

border-color css

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

 span { border-color: rgb(142,159,203); }

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