Shades of Polo Blue #839FCC
Tints of Polo Blue #839FCC
RGB
CMYK
RGB Variations
Color information
#839FCC (or 0x839FCC) is known color: Polo Blue. HEX triplet: 83, 9F and CC. RGB value is (131,159,204). Sum of RGB (Red+Green+Blue) = 131+159+204=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #839FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FCC is #7C6033. Grayscale: #9B9B9B. Windows color (decimal): -8151092 or 13410179. OLE color: 13410179.
HSL color Cylindrical-coordinate representation of color #839FCC: hue angle of 216.99º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #839FCC is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 159 | 204 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.2 |
| HSL | 216.99º | 0.42% | 0.66% | - |
| HSV(B) | 216.99º | 0.36% | 0.8% | - |
| XYZ | 32.66 | 33.98 | 61.96 | - |
| YUV | 155.76 | 155.22 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 159 | 204 | 0.36 | 0.22 | 0 | 0.2 | 216.99 | 0.42 | 0.66 |
| Hex | 83 | 9F | CC | 24 | 16 | 0 | 14 | D9 | 2A | 42 |
| Octal | 203 | 237 | 314 | 44 | 26 | 0 | 24 | 331 | 52 | 102 |
| Binary | 10000011 | 10011111 | 11001100 | 100100 | 10110 | 0 | 10100 | 11011001 | 101010 | 1000010 |
Color Harmonies of #839FCC
Complementary color
Monochromatic Colors of #839FCC
Black with #839FCC
Text Example
Text Example
White with #839FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839FCC; }
p { color: rgb(131,159,204); }
H1.HeaderClassName
{
color: #839FCC;
}
.AnyTagClassName
{
color: #839FCC;
}
</style>
background-color css
<style>
a { background-color: #839FCC; }
a { background-color: rgb(131,159,204); }
div.DivClassName
{
background-color: #839FCC;
}
.BgClassName
{
background-color: #839FCC;
}
</style>
border-color css
<style>
span { border-color: #839FCC; }
span { border-color: rgb(131,159,204); }
td.TdClassName
{
border-color: #839FCC;
}
.TagClassName
{
border-color: #839FCC;
}
</style>