Shades of Polo Blue #8BA2C3
Tints of Polo Blue #8BA2C3
RGB
CMYK
RGB Variations
Color information
#8BA2C3 (or 0x8BA2C3) is known color: Polo Blue. HEX triplet: 8B, A2 and C3. RGB value is (139,162,195). Sum of RGB (Red+Green+Blue) = 139+162+195=496 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.02% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 195 - color contains mainly: blue. Hex color #8BA2C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA2C3 is #745D3C. Grayscale: #9E9E9E. Windows color (decimal): -7626045 or 12821131. OLE color: 12821131.
HSL color Cylindrical-coordinate representation of color #8BA2C3: hue angle of 215.36º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BA2C3 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 162 | 195 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.24 |
| HSL | 215.36º | 0.32% | 0.65% | - |
| HSV(B) | 215.36º | 0.29% | 0.76% | - |
| XYZ | 33.42 | 35.27 | 56.68 | - |
| YUV | 158.89 | 148.38 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 195 | 0.29 | 0.17 | 0 | 0.24 | 215.36 | 0.32 | 0.65 |
| Hex | 8B | A2 | C3 | 1D | 11 | 0 | 18 | D7 | 20 | 41 |
| Octal | 213 | 242 | 303 | 35 | 21 | 0 | 30 | 327 | 40 | 101 |
| Binary | 10001011 | 10100010 | 11000011 | 11101 | 10001 | 0 | 11000 | 11010111 | 100000 | 1000001 |
Color Harmonies of #8BA2C3
Complementary color
Monochromatic Colors of #8BA2C3
Black with #8BA2C3
Text Example
Text Example
White with #8BA2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA2C3; }
p { color: rgb(139,162,195); }
H1.HeaderClassName
{
color: #8BA2C3;
}
.AnyTagClassName
{
color: #8BA2C3;
}
</style>
background-color css
<style>
a { background-color: #8BA2C3; }
a { background-color: rgb(139,162,195); }
div.DivClassName
{
background-color: #8BA2C3;
}
.BgClassName
{
background-color: #8BA2C3;
}
</style>
border-color css
<style>
span { border-color: #8BA2C3; }
span { border-color: rgb(139,162,195); }
td.TdClassName
{
border-color: #8BA2C3;
}
.TagClassName
{
border-color: #8BA2C3;
}
</style>