#8BA3CD

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

Shades of Polo Blue #8BA3CD

Tints of Polo Blue #8BA3CD

Color information

#8BA3CD (or 0x8BA3CD) is unknown color: approx Polo Blue. HEX triplet: 8B, A3 and CD. RGB value is (139,163,205). Sum of RGB (Red+Green+Blue) = 139+163+205=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BA3CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA3CD is #745C32. Grayscale: #A0A0A0. Windows color (decimal): -7625779 or 13476747. OLE color: 13476747.

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

Color convert

RGB139163205-
CMYK0.320.2000.20
HSL218.18º39.76%67.45%-
HSV(B)218.18º32.2%80.39%-
XYZ34.7636.0962.89-
YUV160.61153.05112.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.42%
GREEN value IS 163 (64.06% from 255) = 32.15%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=27.42%
G=32.15%
B=40.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391632050.320.2000.20218.1839.7667.45
Hex8BA3CD2014014da2843
Octal213243315402402433250103
Binary10001011101000111100110110000010100010100110110101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,163,205); }

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

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

 a { background-color: rgb(139,163,205); }

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

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

 span { border-color: rgb(139,163,205); }

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