Shades of Polo Blue #83ACC7
Tints of Polo Blue #83ACC7
RGB
CMYK
RGB Variations
Color information
#83ACC7 (or 0x83ACC7) is known color: Polo Blue. HEX triplet: 83, AC and C7. RGB value is (131,172,199). Sum of RGB (Red+Green+Blue) = 131+172+199=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 199 - color contains mainly: blue. Hex color #83ACC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACC7 is #7C5338. Grayscale: #A2A2A2. Windows color (decimal): -8147769 or 13085827. OLE color: 13085827.
HSL color Cylindrical-coordinate representation of color #83ACC7: hue angle of 203.82º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83ACC7 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 172 | 199 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.22 |
| HSL | 203.82º | 0.38% | 0.65% | - |
| HSV(B) | 203.82º | 0.34% | 0.78% | - |
| XYZ | 34.42 | 38.45 | 59.64 | - |
| YUV | 162.82 | 148.42 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 172 | 199 | 0.34 | 0.14 | 0 | 0.22 | 203.82 | 0.38 | 0.65 |
| Hex | 83 | AC | C7 | 22 | E | 0 | 16 | CC | 26 | 41 |
| Octal | 203 | 254 | 307 | 42 | 16 | 0 | 26 | 314 | 46 | 101 |
| Binary | 10000011 | 10101100 | 11000111 | 100010 | 1110 | 0 | 10110 | 11001100 | 100110 | 1000001 |
Color Harmonies of #83ACC7
Complementary color
Monochromatic Colors of #83ACC7
Black with #83ACC7
Text Example
Text Example
White with #83ACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ACC7; }
p { color: rgb(131,172,199); }
H1.HeaderClassName
{
color: #83ACC7;
}
.AnyTagClassName
{
color: #83ACC7;
}
</style>
background-color css
<style>
a { background-color: #83ACC7; }
a { background-color: rgb(131,172,199); }
div.DivClassName
{
background-color: #83ACC7;
}
.BgClassName
{
background-color: #83ACC7;
}
</style>
border-color css
<style>
span { border-color: #83ACC7; }
span { border-color: rgb(131,172,199); }
td.TdClassName
{
border-color: #83ACC7;
}
.TagClassName
{
border-color: #83ACC7;
}
</style>