Html Css Color HEX #8C9DC9 Polo Blue

📋 copy color: '#8C9DC9'

red 140 ◦ green 157 ◦ blue 201

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

Shades of Polo Blue #8C9DC9

Tints of Polo Blue #8C9DC9

RGB

 RED value IS 140 (55.08% from 255) = 28.11%

 GREEN value IS 157 (61.72% from 255) = 31.53%

 BLUE value IS 201 (78.91% from 255) = 40.36%

R = 28.11%
G = 31.53%
B = 40.36%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C9DC9 (or 0x8C9DC9) is known color: Polo Blue. HEX triplet: 8C, 9D and C9. RGB value is (140,157,201). Sum of RGB (Red+Green+Blue) = 140+157+201=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 201 - color contains mainly: blue. Hex color #8C9DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9DC9 is #736236. Grayscale: #9C9C9C. Windows color (decimal): -7561783 or 13213068. OLE color: 13213068.

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

Color convert

RGB 140 157 201 -
CMYK 0.30 0.22 0 0.21
HSL 223.28º 0.36% 0.67% -
HSV(B) 223.28º 0.3% 0.79% -
XYZ 33.41 33.91 60.04 -
YUV 156.93 152.87 115.92 -
System Red Green Blue C M Y K H S L
Decimal 140 157 201 0.30 0.22 0 0.21 223.28 0.36 0.67
Hex 8C 9D C9 1E 16 0 15 DF 24 43
Octal 214 235 311 36 26 0 25 337 44 103
Binary 10001100 10011101 11001001 11110 10110 0 10101 11011111 100100 1000011

Color Harmonies of #8C9DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9DC9

Black with #8C9DC9

Text Example


Text Example

White with #8C9DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,157,201); }

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

background-color css

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

 a { background-color: rgb(140,157,201); }

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

border-color css

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

 span { border-color: rgb(140,157,201); }

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