Html Css Color HEX #8C9FCE Polo Blue

📋 copy color: '#8C9FCE'

red 140 ◦ green 159 ◦ blue 206

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

Shades of Polo Blue #8C9FCE

Tints of Polo Blue #8C9FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 27.72%
G = 31.49%
B = 40.79%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C9FCE (or 0x8C9FCE) is known color: Polo Blue. HEX triplet: 8C, 9F and CE. RGB value is (140,159,206). Sum of RGB (Red+Green+Blue) = 140+159+206=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C9FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9FCE is #736031. Grayscale: #9E9E9E. Windows color (decimal): -7561266 or 13541260. OLE color: 13541260.

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

Color convert

RGB 140 159 206 -
CMYK 0.32 0.23 0 0.19
HSL 222.73º 0.4% 0.68% -
HSV(B) 222.73º 0.32% 0.81% -
XYZ 34.35 34.83 63.3 -
YUV 158.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 140 159 206 0.32 0.23 0 0.19 222.73 0.4 0.68
Hex 8C 9F CE 20 17 0 13 DF 28 44
Octal 214 237 316 40 27 0 23 337 50 104
Binary 10001100 10011111 11001110 100000 10111 0 10011 11011111 101000 1000100

Color Harmonies of #8C9FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9FCE

Black with #8C9FCE

Text Example


Text Example

White with #8C9FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,159,206); }

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

background-color css

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

 a { background-color: rgb(140,159,206); }

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

border-color css

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

 span { border-color: rgb(140,159,206); }

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