#8BA2CD

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

Shades of Polo Blue #8BA2CD

Tints of Polo Blue #8BA2CD

Color information

#8BA2CD (or 0x8BA2CD) is unknown color: approx Polo Blue. HEX triplet: 8B, A2 and CD. RGB value is (139,162,205). Sum of RGB (Red+Green+Blue) = 139+162+205=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BA2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA2CD is #745D32. Grayscale: #9F9F9F. Windows color (decimal): -7626035 or 13476491. OLE color: 13476491.

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

Color convert

RGB139162205-
CMYK0.320.2100.20
HSL219.09º39.76%67.45%-
HSV(B)219.09º32.2%80.39%-
XYZ34.5935.7462.83-
YUV160.02153.38113-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.47%
GREEN value IS 162 (63.67% from 255) = 32.02%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=27.47%
G=32.02%
B=40.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391622050.320.2100.20219.0939.7667.45
Hex8BA2CD2015014db2843
Octal213242315402502433350103
Binary10001011101000101100110110000010101010100110110111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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