Shades of Polo Blue #8BA1C3
Tints of Polo Blue #8BA1C3
RGB
CMYK
RGB Variations
Color information
#8BA1C3 (or 0x8BA1C3) is known color: Polo Blue. HEX triplet: 8B, A1 and C3. RGB value is (139,161,195). Sum of RGB (Red+Green+Blue) = 139+161+195=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 195 - color contains mainly: blue. Hex color #8BA1C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA1C3 is #745E3C. Grayscale: #9E9E9E. Windows color (decimal): -7626301 or 12820875. OLE color: 12820875.
HSL color Cylindrical-coordinate representation of color #8BA1C3: hue angle of 216.43º 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 #8BA1C3 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 161 | 195 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.24 |
| HSL | 216.43º | 0.32% | 0.65% | - |
| HSV(B) | 216.43º | 0.29% | 0.76% | - |
| XYZ | 33.24 | 34.92 | 56.62 | - |
| YUV | 158.3 | 148.71 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 195 | 0.29 | 0.17 | 0 | 0.24 | 216.43 | 0.32 | 0.65 |
| Hex | 8B | A1 | C3 | 1D | 11 | 0 | 18 | D8 | 20 | 41 |
| Octal | 213 | 241 | 303 | 35 | 21 | 0 | 30 | 330 | 40 | 101 |
| Binary | 10001011 | 10100001 | 11000011 | 11101 | 10001 | 0 | 11000 | 11011000 | 100000 | 1000001 |
Color Harmonies of #8BA1C3
Complementary color
Monochromatic Colors of #8BA1C3
Black with #8BA1C3
Text Example
Text Example
White with #8BA1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA1C3; }
p { color: rgb(139,161,195); }
H1.HeaderClassName
{
color: #8BA1C3;
}
.AnyTagClassName
{
color: #8BA1C3;
}
</style>
background-color css
<style>
a { background-color: #8BA1C3; }
a { background-color: rgb(139,161,195); }
div.DivClassName
{
background-color: #8BA1C3;
}
.BgClassName
{
background-color: #8BA1C3;
}
</style>
border-color css
<style>
span { border-color: #8BA1C3; }
span { border-color: rgb(139,161,195); }
td.TdClassName
{
border-color: #8BA1C3;
}
.TagClassName
{
border-color: #8BA1C3;
}
</style>