Shades of Polo Blue #83A1C1
Tints of Polo Blue #83A1C1
RGB
CMYK
RGB Variations
Color information
#83A1C1 (or 0x83A1C1) is known color: Polo Blue. HEX triplet: 83, A1 and C1. RGB value is (131,161,193). Sum of RGB (Red+Green+Blue) = 131+161+193=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #83A1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A1C1 is #7C5E3E. Grayscale: #9B9B9B. Windows color (decimal): -8150591 or 12689795. OLE color: 12689795.
HSL color Cylindrical-coordinate representation of color #83A1C1: hue angle of 210.97º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83A1C1 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 161 | 193 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.24 |
| HSL | 210.97º | 0.33% | 0.64% | - |
| HSV(B) | 210.97º | 0.32% | 0.76% | - |
| XYZ | 31.73 | 34.17 | 55.37 | - |
| YUV | 155.68 | 149.06 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 161 | 193 | 0.32 | 0.17 | 0 | 0.24 | 210.97 | 0.33 | 0.64 |
| Hex | 83 | A1 | C1 | 20 | 11 | 0 | 18 | D3 | 21 | 40 |
| Octal | 203 | 241 | 301 | 40 | 21 | 0 | 30 | 323 | 41 | 100 |
| Binary | 10000011 | 10100001 | 11000001 | 100000 | 10001 | 0 | 11000 | 11010011 | 100001 | 1000000 |
Color Harmonies of #83A1C1
Complementary color
Monochromatic Colors of #83A1C1
Black with #83A1C1
Text Example
Text Example
White with #83A1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A1C1; }
p { color: rgb(131,161,193); }
H1.HeaderClassName
{
color: #83A1C1;
}
.AnyTagClassName
{
color: #83A1C1;
}
</style>
background-color css
<style>
a { background-color: #83A1C1; }
a { background-color: rgb(131,161,193); }
div.DivClassName
{
background-color: #83A1C1;
}
.BgClassName
{
background-color: #83A1C1;
}
</style>
border-color css
<style>
span { border-color: #83A1C1; }
span { border-color: rgb(131,161,193); }
td.TdClassName
{
border-color: #83A1C1;
}
.TagClassName
{
border-color: #83A1C1;
}
</style>