Html Css Color HEX #8C9FCC Polo Blue

📋 copy color: '#8C9FCC'

red 140 ◦ green 159 ◦ blue 204

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

Shades of Polo Blue #8C9FCC

Tints of Polo Blue #8C9FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 27.83%
G = 31.61%
B = 40.56%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C9FCC (or 0x8C9FCC) is known color: Polo Blue. HEX triplet: 8C, 9F and CC. RGB value is (140,159,204). Sum of RGB (Red+Green+Blue) = 140+159+204=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C9FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9FCC is #736033. Grayscale: #9E9E9E. Windows color (decimal): -7561268 or 13410188. OLE color: 13410188.

HSL color Cylindrical-coordinate representation of color #8C9FCC: hue angle of 222.19º degrees, saturation: 0.39, 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 #8C9FCC is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 159 204 -
CMYK 0.31 0.22 0 0.2
HSL 222.19º 0.39% 0.67% -
HSV(B) 222.19º 0.31% 0.8% -
XYZ 34.11 34.73 62.03 -
YUV 158.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 140 159 204 0.31 0.22 0 0.2 222.19 0.39 0.67
Hex 8C 9F CC 1F 16 0 14 DE 27 43
Octal 214 237 314 37 26 0 24 336 47 103
Binary 10001100 10011111 11001100 11111 10110 0 10100 11011110 100111 1000011

Color Harmonies of #8C9FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9FCC

Black with #8C9FCC

Text Example


Text Example

White with #8C9FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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