Shades of Polo Blue #83A1CF
Tints of Polo Blue #83A1CF
RGB
CMYK
RGB Variations
Color information
#83A1CF (or 0x83A1CF) is known color: Polo Blue. HEX triplet: 83, A1 and CF. RGB value is (131,161,207). Sum of RGB (Red+Green+Blue) = 131+161+207=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #83A1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A1CF is #7C5E30. Grayscale: #9D9D9D. Windows color (decimal): -8150577 or 13607299. OLE color: 13607299.
HSL color Cylindrical-coordinate representation of color #83A1CF: hue angle of 216.32º 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 #83A1CF is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 161 | 207 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.19 |
| HSL | 216.32º | 0.44% | 0.66% | - |
| HSV(B) | 216.32º | 0.37% | 0.81% | - |
| XYZ | 33.37 | 34.82 | 63.99 | - |
| YUV | 157.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 161 | 207 | 0.37 | 0.22 | 0 | 0.19 | 216.32 | 0.44 | 0.66 |
| Hex | 83 | A1 | CF | 25 | 16 | 0 | 13 | D8 | 2C | 42 |
| Octal | 203 | 241 | 317 | 45 | 26 | 0 | 23 | 330 | 54 | 102 |
| Binary | 10000011 | 10100001 | 11001111 | 100101 | 10110 | 0 | 10011 | 11011000 | 101100 | 1000010 |
Color Harmonies of #83A1CF
Complementary color
Monochromatic Colors of #83A1CF
Black with #83A1CF
Text Example
Text Example
White with #83A1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A1CF; }
p { color: rgb(131,161,207); }
H1.HeaderClassName
{
color: #83A1CF;
}
.AnyTagClassName
{
color: #83A1CF;
}
</style>
background-color css
<style>
a { background-color: #83A1CF; }
a { background-color: rgb(131,161,207); }
div.DivClassName
{
background-color: #83A1CF;
}
.BgClassName
{
background-color: #83A1CF;
}
</style>
border-color css
<style>
span { border-color: #83A1CF; }
span { border-color: rgb(131,161,207); }
td.TdClassName
{
border-color: #83A1CF;
}
.TagClassName
{
border-color: #83A1CF;
}
</style>