Shades of Polo Blue #839AC4
Tints of Polo Blue #839AC4
RGB
CMYK
RGB Variations
Color information
#839AC4 (or 0x839AC4) is known color: Polo Blue. HEX triplet: 83, 9A and C4. RGB value is (131,154,196). Sum of RGB (Red+Green+Blue) = 131+154+196=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 196 - color contains mainly: blue. Hex color #839AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839AC4 is #7C653B. Grayscale: #979797. Windows color (decimal): -8152380 or 12884611. OLE color: 12884611.
HSL color Cylindrical-coordinate representation of color #839AC4: hue angle of 218.77º 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 #839AC4 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 154 | 196 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.23 |
| HSL | 218.77º | 0.36% | 0.64% | - |
| HSV(B) | 218.77º | 0.33% | 0.77% | - |
| XYZ | 30.88 | 31.92 | 56.76 | - |
| YUV | 151.91 | 152.88 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 196 | 0.33 | 0.21 | 0 | 0.23 | 218.77 | 0.36 | 0.64 |
| Hex | 83 | 9A | C4 | 21 | 15 | 0 | 17 | DB | 24 | 40 |
| Octal | 203 | 232 | 304 | 41 | 25 | 0 | 27 | 333 | 44 | 100 |
| Binary | 10000011 | 10011010 | 11000100 | 100001 | 10101 | 0 | 10111 | 11011011 | 100100 | 1000000 |
Color Harmonies of #839AC4
Complementary color
Monochromatic Colors of #839AC4
Black with #839AC4
Text Example
Text Example
White with #839AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839AC4; }
p { color: rgb(131,154,196); }
H1.HeaderClassName
{
color: #839AC4;
}
.AnyTagClassName
{
color: #839AC4;
}
</style>
background-color css
<style>
a { background-color: #839AC4; }
a { background-color: rgb(131,154,196); }
div.DivClassName
{
background-color: #839AC4;
}
.BgClassName
{
background-color: #839AC4;
}
</style>
border-color css
<style>
span { border-color: #839AC4; }
span { border-color: rgb(131,154,196); }
td.TdClassName
{
border-color: #839AC4;
}
.TagClassName
{
border-color: #839AC4;
}
</style>