Shades of Polo Blue #839FD0
Tints of Polo Blue #839FD0
RGB
CMYK
RGB Variations
Color information
#839FD0 (or 0x839FD0) is known color: Polo Blue. HEX triplet: 83, 9F and D0. RGB value is (131,159,208). Sum of RGB (Red+Green+Blue) = 131+159+208=498 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.31% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #839FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FD0 is #7C602F. Grayscale: #9B9B9B. Windows color (decimal): -8151088 or 13672323. OLE color: 13672323.
HSL color Cylindrical-coordinate representation of color #839FD0: hue angle of 218.18º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #839FD0 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 159 | 208 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.18 |
| HSL | 218.18º | 0.45% | 0.66% | - |
| HSV(B) | 218.18º | 0.37% | 0.82% | - |
| XYZ | 33.14 | 34.18 | 64.52 | - |
| YUV | 156.21 | 157.22 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 159 | 208 | 0.37 | 0.24 | 0 | 0.18 | 218.18 | 0.45 | 0.66 |
| Hex | 83 | 9F | D0 | 25 | 18 | 0 | 12 | DA | 2D | 42 |
| Octal | 203 | 237 | 320 | 45 | 30 | 0 | 22 | 332 | 55 | 102 |
| Binary | 10000011 | 10011111 | 11010000 | 100101 | 11000 | 0 | 10010 | 11011010 | 101101 | 1000010 |
Color Harmonies of #839FD0
Complementary color
Monochromatic Colors of #839FD0
Black with #839FD0
Text Example
Text Example
White with #839FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839FD0; }
p { color: rgb(131,159,208); }
H1.HeaderClassName
{
color: #839FD0;
}
.AnyTagClassName
{
color: #839FD0;
}
</style>
background-color css
<style>
a { background-color: #839FD0; }
a { background-color: rgb(131,159,208); }
div.DivClassName
{
background-color: #839FD0;
}
.BgClassName
{
background-color: #839FD0;
}
</style>
border-color css
<style>
span { border-color: #839FD0; }
span { border-color: rgb(131,159,208); }
td.TdClassName
{
border-color: #839FD0;
}
.TagClassName
{
border-color: #839FD0;
}
</style>