Shades of Polo Blue #83A2CF
Tints of Polo Blue #83A2CF
RGB
CMYK
RGB Variations
Color information
#83A2CF (or 0x83A2CF) is known color: Polo Blue. HEX triplet: 83, A2 and CF. RGB value is (131,162,207). Sum of RGB (Red+Green+Blue) = 131+162+207=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #83A2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A2CF is #7C5D30. Grayscale: #9D9D9D. Windows color (decimal): -8150321 or 13607555. OLE color: 13607555.
HSL color Cylindrical-coordinate representation of color #83A2CF: hue angle of 215.53º 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 #83A2CF is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 162 | 207 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.19 |
| HSL | 215.53º | 0.44% | 0.66% | - |
| HSV(B) | 215.53º | 0.37% | 0.81% | - |
| XYZ | 33.54 | 35.17 | 64.05 | - |
| YUV | 157.86 | 155.73 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 162 | 207 | 0.37 | 0.22 | 0 | 0.19 | 215.53 | 0.44 | 0.66 |
| Hex | 83 | A2 | CF | 25 | 16 | 0 | 13 | D8 | 2C | 42 |
| Octal | 203 | 242 | 317 | 45 | 26 | 0 | 23 | 330 | 54 | 102 |
| Binary | 10000011 | 10100010 | 11001111 | 100101 | 10110 | 0 | 10011 | 11011000 | 101100 | 1000010 |
Color Harmonies of #83A2CF
Complementary color
Monochromatic Colors of #83A2CF
Black with #83A2CF
Text Example
Text Example
White with #83A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A2CF; }
p { color: rgb(131,162,207); }
H1.HeaderClassName
{
color: #83A2CF;
}
.AnyTagClassName
{
color: #83A2CF;
}
</style>
background-color css
<style>
a { background-color: #83A2CF; }
a { background-color: rgb(131,162,207); }
div.DivClassName
{
background-color: #83A2CF;
}
.BgClassName
{
background-color: #83A2CF;
}
</style>
border-color css
<style>
span { border-color: #83A2CF; }
span { border-color: rgb(131,162,207); }
td.TdClassName
{
border-color: #83A2CF;
}
.TagClassName
{
border-color: #83A2CF;
}
</style>