Shades of Polo Blue #839FD3
Tints of Polo Blue #839FD3
RGB
CMYK
RGB Variations
Color information
#839FD3 (or 0x839FD3) is known color: Polo Blue. HEX triplet: 83, 9F and D3. RGB value is (131,159,211). Sum of RGB (Red+Green+Blue) = 131+159+211=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #839FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FD3 is #7C602C. Grayscale: #9C9C9C. Windows color (decimal): -8151085 or 13868931. OLE color: 13868931.
HSL color Cylindrical-coordinate representation of color #839FD3: hue angle of 219º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #839FD3 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 159 | 211 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.17 |
| HSL | 219º | 0.48% | 0.67% | - |
| HSV(B) | 219º | 0.38% | 0.83% | - |
| XYZ | 33.52 | 34.32 | 66.49 | - |
| YUV | 156.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 159 | 211 | 0.38 | 0.25 | 0 | 0.17 | 219 | 0.48 | 0.67 |
| Hex | 83 | 9F | D3 | 26 | 19 | 0 | 11 | DB | 30 | 43 |
| Octal | 203 | 237 | 323 | 46 | 31 | 0 | 21 | 333 | 60 | 103 |
| Binary | 10000011 | 10011111 | 11010011 | 100110 | 11001 | 0 | 10001 | 11011011 | 110000 | 1000011 |
Color Harmonies of #839FD3
Complementary color
Monochromatic Colors of #839FD3
Black with #839FD3
Text Example
Text Example
White with #839FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839FD3; }
p { color: rgb(131,159,211); }
H1.HeaderClassName
{
color: #839FD3;
}
.AnyTagClassName
{
color: #839FD3;
}
</style>
background-color css
<style>
a { background-color: #839FD3; }
a { background-color: rgb(131,159,211); }
div.DivClassName
{
background-color: #839FD3;
}
.BgClassName
{
background-color: #839FD3;
}
</style>
border-color css
<style>
span { border-color: #839FD3; }
span { border-color: rgb(131,159,211); }
td.TdClassName
{
border-color: #839FD3;
}
.TagClassName
{
border-color: #839FD3;
}
</style>