Shades of Polo Blue #83A3CF
Tints of Polo Blue #83A3CF
RGB
CMYK
RGB Variations
Color information
#83A3CF (or 0x83A3CF) is known color: Polo Blue. HEX triplet: 83, A3 and CF. RGB value is (131,163,207). Sum of RGB (Red+Green+Blue) = 131+163+207=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #83A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A3CF is #7C5C30. Grayscale: #9E9E9E. Windows color (decimal): -8150065 or 13607811. OLE color: 13607811.
HSL color Cylindrical-coordinate representation of color #83A3CF: hue angle of 214.74º 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 #83A3CF is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 163 | 207 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.19 |
| HSL | 214.74º | 0.44% | 0.66% | - |
| HSV(B) | 214.74º | 0.37% | 0.81% | - |
| XYZ | 33.72 | 35.52 | 64.11 | - |
| YUV | 158.45 | 155.4 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 163 | 207 | 0.37 | 0.21 | 0 | 0.19 | 214.74 | 0.44 | 0.66 |
| Hex | 83 | A3 | CF | 25 | 15 | 0 | 13 | D7 | 2C | 42 |
| Octal | 203 | 243 | 317 | 45 | 25 | 0 | 23 | 327 | 54 | 102 |
| Binary | 10000011 | 10100011 | 11001111 | 100101 | 10101 | 0 | 10011 | 11010111 | 101100 | 1000010 |
Color Harmonies of #83A3CF
Complementary color
Monochromatic Colors of #83A3CF
Black with #83A3CF
Text Example
Text Example
White with #83A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A3CF; }
p { color: rgb(131,163,207); }
H1.HeaderClassName
{
color: #83A3CF;
}
.AnyTagClassName
{
color: #83A3CF;
}
</style>
background-color css
<style>
a { background-color: #83A3CF; }
a { background-color: rgb(131,163,207); }
div.DivClassName
{
background-color: #83A3CF;
}
.BgClassName
{
background-color: #83A3CF;
}
</style>
border-color css
<style>
span { border-color: #83A3CF; }
span { border-color: rgb(131,163,207); }
td.TdClassName
{
border-color: #83A3CF;
}
.TagClassName
{
border-color: #83A3CF;
}
</style>