Shades of Polo Blue #83A4CF
Tints of Polo Blue #83A4CF
RGB
CMYK
RGB Variations
Color information
#83A4CF (or 0x83A4CF) is known color: Polo Blue. HEX triplet: 83, A4 and CF. RGB value is (131,164,207). Sum of RGB (Red+Green+Blue) = 131+164+207=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #83A4CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A4CF is #7C5B30. Grayscale: #9E9E9E. Windows color (decimal): -8149809 or 13608067. OLE color: 13608067.
HSL color Cylindrical-coordinate representation of color #83A4CF: hue angle of 213.95º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83A4CF is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 164 | 207 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.19 |
| HSL | 213.95º | 0.44% | 0.66% | - |
| HSV(B) | 213.95º | 0.37% | 0.81% | - |
| XYZ | 33.9 | 35.88 | 64.17 | - |
| YUV | 159.04 | 155.07 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 164 | 207 | 0.37 | 0.21 | 0 | 0.19 | 213.95 | 0.44 | 0.66 |
| Hex | 83 | A4 | CF | 25 | 15 | 0 | 13 | D6 | 2C | 42 |
| Octal | 203 | 244 | 317 | 45 | 25 | 0 | 23 | 326 | 54 | 102 |
| Binary | 10000011 | 10100100 | 11001111 | 100101 | 10101 | 0 | 10011 | 11010110 | 101100 | 1000010 |
Color Harmonies of #83A4CF
Complementary color
Monochromatic Colors of #83A4CF
Black with #83A4CF
Text Example
Text Example
White with #83A4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A4CF; }
p { color: rgb(131,164,207); }
H1.HeaderClassName
{
color: #83A4CF;
}
.AnyTagClassName
{
color: #83A4CF;
}
</style>
background-color css
<style>
a { background-color: #83A4CF; }
a { background-color: rgb(131,164,207); }
div.DivClassName
{
background-color: #83A4CF;
}
.BgClassName
{
background-color: #83A4CF;
}
</style>
border-color css
<style>
span { border-color: #83A4CF; }
span { border-color: rgb(131,164,207); }
td.TdClassName
{
border-color: #83A4CF;
}
.TagClassName
{
border-color: #83A4CF;
}
</style>