Shades of Polo Blue #839FCF
Tints of Polo Blue #839FCF
RGB
CMYK
RGB Variations
Color information
#839FCF (or 0x839FCF) is known color: Polo Blue. HEX triplet: 83, 9F and CF. RGB value is (131,159,207). Sum of RGB (Red+Green+Blue) = 131+159+207=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #839FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FCF is #7C6030. Grayscale: #9B9B9B. Windows color (decimal): -8151089 or 13606787. OLE color: 13606787.
HSL color Cylindrical-coordinate representation of color #839FCF: hue angle of 217.89º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #839FCF is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 159 | 207 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.19 |
| HSL | 217.89º | 0.44% | 0.66% | - |
| HSV(B) | 217.89º | 0.37% | 0.81% | - |
| XYZ | 33.02 | 34.13 | 63.88 | - |
| YUV | 156.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 159 | 207 | 0.37 | 0.23 | 0 | 0.19 | 217.89 | 0.44 | 0.66 |
| Hex | 83 | 9F | CF | 25 | 17 | 0 | 13 | DA | 2C | 42 |
| Octal | 203 | 237 | 317 | 45 | 27 | 0 | 23 | 332 | 54 | 102 |
| Binary | 10000011 | 10011111 | 11001111 | 100101 | 10111 | 0 | 10011 | 11011010 | 101100 | 1000010 |
Color Harmonies of #839FCF
Complementary color
Monochromatic Colors of #839FCF
Black with #839FCF
Text Example
Text Example
White with #839FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839FCF; }
p { color: rgb(131,159,207); }
H1.HeaderClassName
{
color: #839FCF;
}
.AnyTagClassName
{
color: #839FCF;
}
</style>
background-color css
<style>
a { background-color: #839FCF; }
a { background-color: rgb(131,159,207); }
div.DivClassName
{
background-color: #839FCF;
}
.BgClassName
{
background-color: #839FCF;
}
</style>
border-color css
<style>
span { border-color: #839FCF; }
span { border-color: rgb(131,159,207); }
td.TdClassName
{
border-color: #839FCF;
}
.TagClassName
{
border-color: #839FCF;
}
</style>