Html Css Color HEX #8C9FCB Polo Blue

📋 copy color: '#8C9FCB'

red 140 ◦ green 159 ◦ blue 203

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

Shades of Polo Blue #8C9FCB

Tints of Polo Blue #8C9FCB

RGB

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

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

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

R = 27.89%
G = 31.67%
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

#8C9FCB (or 0x8C9FCB) is known color: Polo Blue. HEX triplet: 8C, 9F and CB. RGB value is (140,159,203). Sum of RGB (Red+Green+Blue) = 140+159+203=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 159 (62.5% from 255 or 31.67% 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 #8C9FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9FCB is #736034. Grayscale: #9E9E9E. Windows color (decimal): -7561269 or 13344652. OLE color: 13344652.

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

Color convert

RGB 140 159 203 -
CMYK 0.31 0.22 0 0.20
HSL 221.9º 0.38% 0.67% -
HSV(B) 221.9º 0.31% 0.8% -
XYZ 33.99 34.68 61.4 -
YUV 158.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 140 159 203 0.31 0.22 0 0.20 221.9 0.38 0.67
Hex 8C 9F CB 1F 16 0 14 DE 26 43
Octal 214 237 313 37 26 0 24 336 46 103
Binary 10001100 10011111 11001011 11111 10110 0 10100 11011110 100110 1000011

Color Harmonies of #8C9FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9FCB

Black with #8C9FCB

Text Example


Text Example

White with #8C9FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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