Shades of Polo Blue #83A4D7
Tints of Polo Blue #83A4D7
RGB
CMYK
RGB Variations
Color information
#83A4D7 (or 0x83A4D7) is known color: Polo Blue. HEX triplet: 83, A4 and D7. RGB value is (131,164,215). Sum of RGB (Red+Green+Blue) = 131+164+215=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #83A4D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A4D7 is #7C5B28. Grayscale: #9F9F9F. Windows color (decimal): -8149801 or 14132355. OLE color: 14132355.
HSL color Cylindrical-coordinate representation of color #83A4D7: hue angle of 216.43º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83A4D7 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 164 | 215 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.16 |
| HSL | 216.43º | 0.51% | 0.68% | - |
| HSV(B) | 216.43º | 0.39% | 0.84% | - |
| XYZ | 34.9 | 36.28 | 69.45 | - |
| YUV | 159.95 | 159.07 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 164 | 215 | 0.39 | 0.24 | 0 | 0.16 | 216.43 | 0.51 | 0.68 |
| Hex | 83 | A4 | D7 | 27 | 18 | 0 | 10 | D8 | 33 | 44 |
| Octal | 203 | 244 | 327 | 47 | 30 | 0 | 20 | 330 | 63 | 104 |
| Binary | 10000011 | 10100100 | 11010111 | 100111 | 11000 | 0 | 10000 | 11011000 | 110011 | 1000100 |
Color Harmonies of #83A4D7
Complementary color
Monochromatic Colors of #83A4D7
Black with #83A4D7
Text Example
Text Example
White with #83A4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A4D7; }
p { color: rgb(131,164,215); }
H1.HeaderClassName
{
color: #83A4D7;
}
.AnyTagClassName
{
color: #83A4D7;
}
</style>
background-color css
<style>
a { background-color: #83A4D7; }
a { background-color: rgb(131,164,215); }
div.DivClassName
{
background-color: #83A4D7;
}
.BgClassName
{
background-color: #83A4D7;
}
</style>
border-color css
<style>
span { border-color: #83A4D7; }
span { border-color: rgb(131,164,215); }
td.TdClassName
{
border-color: #83A4D7;
}
.TagClassName
{
border-color: #83A4D7;
}
</style>