#8B9DCB

Color #8B9DCB Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #8B9DCB

Tints of Polo Blue #8B9DCB

Color information

#8B9DCB (or 0x8B9DCB) is unknown color: approx Polo Blue. HEX triplet: 8B, 9D and CB. RGB value is (139,157,203). Sum of RGB (Red+Green+Blue) = 139+157+203=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B9DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9DCB is #746234. Grayscale: #9C9C9C. Windows color (decimal): -7627317 or 13344139. OLE color: 13344139.

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

Color convert

RGB139157203-
CMYK0.320.2300.20
HSL223.12º38.1%67.06%-
HSV(B)223.12º31.53%79.61%-
XYZ33.4833.9161.28-
YUV156.86154.04115.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.86%
GREEN value IS 157 (61.72% from 255) = 31.46%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=27.86%
G=31.46%
B=40.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391572030.320.2300.20223.1238.167.06
Hex8B9DCB2017014df2643
Octal213235313402702433746103
Binary10001011100111011100101110000010111010100110111111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,157,203); }

 H1.HeaderClassName
 {
   color: #8B9DCB;
 }
 .AnyTagClassName
 {
   color: #8B9DCB;
 }
</style>
background-color css

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

 a { background-color: rgb(139,157,203); }

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

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

 span { border-color: rgb(139,157,203); }

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