Shades of Polo Blue #839CCD
Tints of Polo Blue #839CCD
RGB
CMYK
RGB Variations
Color information
#839CCD (or 0x839CCD) is known color: Polo Blue. HEX triplet: 83, 9C and CD. RGB value is (131,156,205). Sum of RGB (Red+Green+Blue) = 131+156+205=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #839CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CCD is #7C6332. Grayscale: #999999. Windows color (decimal): -8151859 or 13474947. OLE color: 13474947.
HSL color Cylindrical-coordinate representation of color #839CCD: hue angle of 219.73º degrees, saturation: 0.43, 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 #839CCD is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 156 | 205 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.20 |
| HSL | 219.73º | 0.43% | 0.66% | - |
| HSV(B) | 219.73º | 0.36% | 0.8% | - |
| XYZ | 32.27 | 33.01 | 62.43 | - |
| YUV | 154.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 156 | 205 | 0.36 | 0.24 | 0 | 0.20 | 219.73 | 0.43 | 0.66 |
| Hex | 83 | 9C | CD | 24 | 18 | 0 | 14 | DC | 2B | 42 |
| Octal | 203 | 234 | 315 | 44 | 30 | 0 | 24 | 334 | 53 | 102 |
| Binary | 10000011 | 10011100 | 11001101 | 100100 | 11000 | 0 | 10100 | 11011100 | 101011 | 1000010 |
Color Harmonies of #839CCD
Complementary color
Monochromatic Colors of #839CCD
Black with #839CCD
Text Example
Text Example
White with #839CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839CCD; }
p { color: rgb(131,156,205); }
H1.HeaderClassName
{
color: #839CCD;
}
.AnyTagClassName
{
color: #839CCD;
}
</style>
background-color css
<style>
a { background-color: #839CCD; }
a { background-color: rgb(131,156,205); }
div.DivClassName
{
background-color: #839CCD;
}
.BgClassName
{
background-color: #839CCD;
}
</style>
border-color css
<style>
span { border-color: #839CCD; }
span { border-color: rgb(131,156,205); }
td.TdClassName
{
border-color: #839CCD;
}
.TagClassName
{
border-color: #839CCD;
}
</style>