Shades of Polo Blue #8BACCA
Tints of Polo Blue #8BACCA
RGB
CMYK
RGB Variations
Color information
#8BACCA (or 0x8BACCA) is known color: Polo Blue. HEX triplet: 8B, AC and CA. RGB value is (139,172,202). Sum of RGB (Red+Green+Blue) = 139+172+202=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACCA is #745335. Grayscale: #A5A5A5. Windows color (decimal): -7623478 or 13282443. OLE color: 13282443.
HSL color Cylindrical-coordinate representation of color #8BACCA: hue angle of 208.57º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BACCA is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 172 | 202 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.21 |
| HSL | 208.57º | 0.37% | 0.67% | - |
| HSV(B) | 208.57º | 0.31% | 0.79% | - |
| XYZ | 36.06 | 39.26 | 61.55 | - |
| YUV | 165.55 | 148.57 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 202 | 0.31 | 0.15 | 0 | 0.21 | 208.57 | 0.37 | 0.67 |
| Hex | 8B | AC | CA | 1F | F | 0 | 15 | D1 | 25 | 43 |
| Octal | 213 | 254 | 312 | 37 | 17 | 0 | 25 | 321 | 45 | 103 |
| Binary | 10001011 | 10101100 | 11001010 | 11111 | 1111 | 0 | 10101 | 11010001 | 100101 | 1000011 |
Color Harmonies of #8BACCA
Complementary color
Monochromatic Colors of #8BACCA
Black with #8BACCA
Text Example
Text Example
White with #8BACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BACCA; }
p { color: rgb(139,172,202); }
H1.HeaderClassName
{
color: #8BACCA;
}
.AnyTagClassName
{
color: #8BACCA;
}
</style>
background-color css
<style>
a { background-color: #8BACCA; }
a { background-color: rgb(139,172,202); }
div.DivClassName
{
background-color: #8BACCA;
}
.BgClassName
{
background-color: #8BACCA;
}
</style>
border-color css
<style>
span { border-color: #8BACCA; }
span { border-color: rgb(139,172,202); }
td.TdClassName
{
border-color: #8BACCA;
}
.TagClassName
{
border-color: #8BACCA;
}
</style>