Html Css Color HEX #8D9ECB Polo Blue

📋 copy color: '#8D9ECB'

red 141 ◦ green 158 ◦ blue 203

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

Shades of Polo Blue #8D9ECB

Tints of Polo Blue #8D9ECB

RGB

 RED value IS 141 (55.47% from 255) = 28.09%

 GREEN value IS 158 (62.11% from 255) = 31.47%

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

R = 28.09%
G = 31.47%
B = 40.44%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D9ECB (or 0x8D9ECB) is known color: Polo Blue. HEX triplet: 8D, 9E and CB. RGB value is (141,158,203). Sum of RGB (Red+Green+Blue) = 141+158+203=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D9ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9ECB is #726134. Grayscale: #9D9D9D. Windows color (decimal): -7495989 or 13344397. OLE color: 13344397.

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

Color convert

RGB 141 158 203 -
CMYK 0.31 0.22 0 0.20
HSL 223.55º 0.37% 0.67% -
HSV(B) 223.55º 0.31% 0.8% -
XYZ 33.99 34.43 61.35 -
YUV 158.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 141 158 203 0.31 0.22 0 0.20 223.55 0.37 0.67
Hex 8D 9E CB 1F 16 0 14 E0 25 43
Octal 215 236 313 37 26 0 24 340 45 103
Binary 10001101 10011110 11001011 11111 10110 0 10100 11100000 100101 1000011

Color Harmonies of #8D9ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9ECB

Black with #8D9ECB

Text Example


Text Example

White with #8D9ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,158,203); }

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

background-color css

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

 a { background-color: rgb(141,158,203); }

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

border-color css

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

 span { border-color: rgb(141,158,203); }

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