Shades of Polo Blue #8098CA
Tints of Polo Blue #8098CA
RGB
CMYK
RGB Variations
Color information
#8098CA (or 0x8098CA) is known color: Polo Blue. HEX triplet: 80, 98 and CA. RGB value is (128,152,202). Sum of RGB (Red+Green+Blue) = 128+152+202=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #8098CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8098CA is #7F6735. Grayscale: #969696. Windows color (decimal): -8349494 or 13277312. OLE color: 13277312.
HSL color Cylindrical-coordinate representation of color #8098CA: hue angle of 220.54º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8098CA is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 152 | 202 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.21 |
| HSL | 220.54º | 0.41% | 0.65% | - |
| HSV(B) | 220.54º | 0.37% | 0.79% | - |
| XYZ | 30.79 | 31.31 | 60.3 | - |
| YUV | 150.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 202 | 0.37 | 0.25 | 0 | 0.21 | 220.54 | 0.41 | 0.65 |
| Hex | 80 | 98 | CA | 25 | 19 | 0 | 15 | DD | 29 | 41 |
| Octal | 200 | 230 | 312 | 45 | 31 | 0 | 25 | 335 | 51 | 101 |
| Binary | 10000000 | 10011000 | 11001010 | 100101 | 11001 | 0 | 10101 | 11011101 | 101001 | 1000001 |
Color Harmonies of #8098CA
Complementary color
Monochromatic Colors of #8098CA
Black with #8098CA
Text Example
Text Example
White with #8098CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8098CA; }
p { color: rgb(128,152,202); }
H1.HeaderClassName
{
color: #8098CA;
}
.AnyTagClassName
{
color: #8098CA;
}
</style>
background-color css
<style>
a { background-color: #8098CA; }
a { background-color: rgb(128,152,202); }
div.DivClassName
{
background-color: #8098CA;
}
.BgClassName
{
background-color: #8098CA;
}
</style>
border-color css
<style>
span { border-color: #8098CA; }
span { border-color: rgb(128,152,202); }
td.TdClassName
{
border-color: #8098CA;
}
.TagClassName
{
border-color: #8098CA;
}
</style>