Shades of Polo Blue #8398C6
Tints of Polo Blue #8398C6
RGB
CMYK
RGB Variations
Color information
#8398C6 (or 0x8398C6) is known color: Polo Blue. HEX triplet: 83, 98 and C6. RGB value is (131,152,198). Sum of RGB (Red+Green+Blue) = 131+152+198=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 198 - color contains mainly: blue. Hex color #8398C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398C6 is #7C6739. Grayscale: #969696. Windows color (decimal): -8152890 or 13015171. OLE color: 13015171.
HSL color Cylindrical-coordinate representation of color #8398C6: hue angle of 221.19º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8398C6 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 152 | 198 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.22 |
| HSL | 221.19º | 0.37% | 0.65% | - |
| HSV(B) | 221.19º | 0.34% | 0.78% | - |
| XYZ | 30.78 | 31.36 | 57.86 | - |
| YUV | 150.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 152 | 198 | 0.34 | 0.23 | 0 | 0.22 | 221.19 | 0.37 | 0.65 |
| Hex | 83 | 98 | C6 | 22 | 17 | 0 | 16 | DD | 25 | 41 |
| Octal | 203 | 230 | 306 | 42 | 27 | 0 | 26 | 335 | 45 | 101 |
| Binary | 10000011 | 10011000 | 11000110 | 100010 | 10111 | 0 | 10110 | 11011101 | 100101 | 1000001 |
Color Harmonies of #8398C6
Complementary color
Monochromatic Colors of #8398C6
Black with #8398C6
Text Example
Text Example
White with #8398C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8398C6; }
p { color: rgb(131,152,198); }
H1.HeaderClassName
{
color: #8398C6;
}
.AnyTagClassName
{
color: #8398C6;
}
</style>
background-color css
<style>
a { background-color: #8398C6; }
a { background-color: rgb(131,152,198); }
div.DivClassName
{
background-color: #8398C6;
}
.BgClassName
{
background-color: #8398C6;
}
</style>
border-color css
<style>
span { border-color: #8398C6; }
span { border-color: rgb(131,152,198); }
td.TdClassName
{
border-color: #8398C6;
}
.TagClassName
{
border-color: #8398C6;
}
</style>