Shades of Polo Blue #8298C9
Tints of Polo Blue #8298C9
RGB
CMYK
RGB Variations
Color information
#8298C9 (or 0x8298C9) is known color: Polo Blue. HEX triplet: 82, 98 and C9. RGB value is (130,152,201). Sum of RGB (Red+Green+Blue) = 130+152+201=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #8298C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8298C9 is #7D6736. Grayscale: #969696. Windows color (decimal): -8218423 or 13211778. OLE color: 13211778.
HSL color Cylindrical-coordinate representation of color #8298C9: hue angle of 221.41º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8298C9 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 152 | 201 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.21 |
| HSL | 221.41º | 0.4% | 0.65% | - |
| HSV(B) | 221.41º | 0.35% | 0.79% | - |
| XYZ | 30.98 | 31.42 | 59.69 | - |
| YUV | 151.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 201 | 0.35 | 0.24 | 0 | 0.21 | 221.41 | 0.4 | 0.65 |
| Hex | 82 | 98 | C9 | 23 | 18 | 0 | 15 | DD | 28 | 41 |
| Octal | 202 | 230 | 311 | 43 | 30 | 0 | 25 | 335 | 50 | 101 |
| Binary | 10000010 | 10011000 | 11001001 | 100011 | 11000 | 0 | 10101 | 11011101 | 101000 | 1000001 |
Color Harmonies of #8298C9
Complementary color
Monochromatic Colors of #8298C9
Black with #8298C9
Text Example
Text Example
White with #8298C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8298C9; }
p { color: rgb(130,152,201); }
H1.HeaderClassName
{
color: #8298C9;
}
.AnyTagClassName
{
color: #8298C9;
}
</style>
background-color css
<style>
a { background-color: #8298C9; }
a { background-color: rgb(130,152,201); }
div.DivClassName
{
background-color: #8298C9;
}
.BgClassName
{
background-color: #8298C9;
}
</style>
border-color css
<style>
span { border-color: #8298C9; }
span { border-color: rgb(130,152,201); }
td.TdClassName
{
border-color: #8298C9;
}
.TagClassName
{
border-color: #8298C9;
}
</style>