Shades of Polo Blue #83A2D6
Tints of Polo Blue #83A2D6
RGB
CMYK
RGB Variations
Color information
#83A2D6 (or 0x83A2D6) is known color: Polo Blue. HEX triplet: 83, A2 and D6. RGB value is (131,162,214). Sum of RGB (Red+Green+Blue) = 131+162+214=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #83A2D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A2D6 is #7C5D29. Grayscale: #9E9E9E. Windows color (decimal): -8150314 or 14066307. OLE color: 14066307.
HSL color Cylindrical-coordinate representation of color #83A2D6: hue angle of 217.59º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83A2D6 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 162 | 214 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.16 |
| HSL | 217.59º | 0.5% | 0.68% | - |
| HSV(B) | 217.59º | 0.39% | 0.84% | - |
| XYZ | 34.42 | 35.52 | 68.66 | - |
| YUV | 158.66 | 159.23 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 162 | 214 | 0.39 | 0.24 | 0 | 0.16 | 217.59 | 0.5 | 0.68 |
| Hex | 83 | A2 | D6 | 27 | 18 | 0 | 10 | DA | 32 | 44 |
| Octal | 203 | 242 | 326 | 47 | 30 | 0 | 20 | 332 | 62 | 104 |
| Binary | 10000011 | 10100010 | 11010110 | 100111 | 11000 | 0 | 10000 | 11011010 | 110010 | 1000100 |
Color Harmonies of #83A2D6
Complementary color
Monochromatic Colors of #83A2D6
Black with #83A2D6
Text Example
Text Example
White with #83A2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A2D6; }
p { color: rgb(131,162,214); }
H1.HeaderClassName
{
color: #83A2D6;
}
.AnyTagClassName
{
color: #83A2D6;
}
</style>
background-color css
<style>
a { background-color: #83A2D6; }
a { background-color: rgb(131,162,214); }
div.DivClassName
{
background-color: #83A2D6;
}
.BgClassName
{
background-color: #83A2D6;
}
</style>
border-color css
<style>
span { border-color: #83A2D6; }
span { border-color: rgb(131,162,214); }
td.TdClassName
{
border-color: #83A2D6;
}
.TagClassName
{
border-color: #83A2D6;
}
</style>