#8CA3CB

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

Shades of Polo Blue #8CA3CB

Tints of Polo Blue #8CA3CB

Color information

#8CA3CB (or 0x8CA3CB) is unknown color: approx Polo Blue. HEX triplet: 8C, A3 and CB. RGB value is (140,163,203). Sum of RGB (Red+Green+Blue) = 140+163+203=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #8CA3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA3CB is #735C34. Grayscale: #A0A0A0. Windows color (decimal): -7560245 or 13345676. OLE color: 13345676.

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

Color convert

RGB140163203-
CMYK0.310.2000.20
HSL218.1º37.72%67.25%-
HSV(B)218.1º31.03%79.61%-
XYZ34.6936.0861.64-
YUV160.68151.88113.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.67%
GREEN value IS 163 (64.06% from 255) = 32.21%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=27.67%
G=32.21%
B=40.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401632030.310.2000.20218.137.7267.25
Hex8CA3CB1F14014da2643
Octal214243313372402433246103
Binary1000110010100011110010111111110100010100110110101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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