Shades of Polo Blue #839CC4
Tints of Polo Blue #839CC4
RGB
CMYK
RGB Variations
Color information
#839CC4 (or 0x839CC4) is known color: Polo Blue. HEX triplet: 83, 9C and C4. RGB value is (131,156,196). Sum of RGB (Red+Green+Blue) = 131+156+196=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 196 - color contains mainly: blue. Hex color #839CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CC4 is #7C633B. Grayscale: #989898. Windows color (decimal): -8151868 or 12885123. OLE color: 12885123.
HSL color Cylindrical-coordinate representation of color #839CC4: hue angle of 216.92º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #839CC4 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 156 | 196 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.23 |
| HSL | 216.92º | 0.36% | 0.64% | - |
| HSV(B) | 216.92º | 0.33% | 0.77% | - |
| XYZ | 31.21 | 32.59 | 56.87 | - |
| YUV | 153.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 156 | 196 | 0.33 | 0.20 | 0 | 0.23 | 216.92 | 0.36 | 0.64 |
| Hex | 83 | 9C | C4 | 21 | 14 | 0 | 17 | D9 | 24 | 40 |
| Octal | 203 | 234 | 304 | 41 | 24 | 0 | 27 | 331 | 44 | 100 |
| Binary | 10000011 | 10011100 | 11000100 | 100001 | 10100 | 0 | 10111 | 11011001 | 100100 | 1000000 |
Color Harmonies of #839CC4
Complementary color
Monochromatic Colors of #839CC4
Black with #839CC4
Text Example
Text Example
White with #839CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839CC4; }
p { color: rgb(131,156,196); }
H1.HeaderClassName
{
color: #839CC4;
}
.AnyTagClassName
{
color: #839CC4;
}
</style>
background-color css
<style>
a { background-color: #839CC4; }
a { background-color: rgb(131,156,196); }
div.DivClassName
{
background-color: #839CC4;
}
.BgClassName
{
background-color: #839CC4;
}
</style>
border-color css
<style>
span { border-color: #839CC4; }
span { border-color: rgb(131,156,196); }
td.TdClassName
{
border-color: #839CC4;
}
.TagClassName
{
border-color: #839CC4;
}
</style>