Shades of Polo Blue #839FD1
Tints of Polo Blue #839FD1
RGB
CMYK
RGB Variations
Color information
#839FD1 (or 0x839FD1) is known color: Polo Blue. HEX triplet: 83, 9F and D1. RGB value is (131,159,209). Sum of RGB (Red+Green+Blue) = 131+159+209=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #839FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FD1 is #7C602E. Grayscale: #9C9C9C. Windows color (decimal): -8151087 or 13737859. OLE color: 13737859.
HSL color Cylindrical-coordinate representation of color #839FD1: hue angle of 218.46º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #839FD1 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 159 | 209 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.18 |
| HSL | 218.46º | 0.46% | 0.67% | - |
| HSV(B) | 218.46º | 0.37% | 0.82% | - |
| XYZ | 33.27 | 34.23 | 65.17 | - |
| YUV | 156.33 | 157.72 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 159 | 209 | 0.37 | 0.24 | 0 | 0.18 | 218.46 | 0.46 | 0.67 |
| Hex | 83 | 9F | D1 | 25 | 18 | 0 | 12 | DA | 2E | 43 |
| Octal | 203 | 237 | 321 | 45 | 30 | 0 | 22 | 332 | 56 | 103 |
| Binary | 10000011 | 10011111 | 11010001 | 100101 | 11000 | 0 | 10010 | 11011010 | 101110 | 1000011 |
Color Harmonies of #839FD1
Complementary color
Monochromatic Colors of #839FD1
Black with #839FD1
Text Example
Text Example
White with #839FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839FD1; }
p { color: rgb(131,159,209); }
H1.HeaderClassName
{
color: #839FD1;
}
.AnyTagClassName
{
color: #839FD1;
}
</style>
background-color css
<style>
a { background-color: #839FD1; }
a { background-color: rgb(131,159,209); }
div.DivClassName
{
background-color: #839FD1;
}
.BgClassName
{
background-color: #839FD1;
}
</style>
border-color css
<style>
span { border-color: #839FD1; }
span { border-color: rgb(131,159,209); }
td.TdClassName
{
border-color: #839FD1;
}
.TagClassName
{
border-color: #839FD1;
}
</style>