Shades of Polo Blue #7B98CA
Tints of Polo Blue #7B98CA
RGB
CMYK
RGB Variations
Color information
#7B98CA (or 0x7B98CA) is known color: Polo Blue. HEX triplet: 7B, 98 and CA. RGB value is (123,152,202). Sum of RGB (Red+Green+Blue) = 123+152+202=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B98CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B98CA is #846735. Grayscale: #949494. Windows color (decimal): -8677174 or 13277307. OLE color: 13277307.
HSL color Cylindrical-coordinate representation of color #7B98CA: hue angle of 217.97º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B98CA is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 152 | 202 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.21 |
| HSL | 217.97º | 0.43% | 0.64% | - |
| HSV(B) | 217.97º | 0.39% | 0.79% | - |
| XYZ | 30.06 | 30.93 | 60.26 | - |
| YUV | 149.03 | 157.89 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 152 | 202 | 0.39 | 0.25 | 0 | 0.21 | 217.97 | 0.43 | 0.64 |
| Hex | 7B | 98 | CA | 27 | 19 | 0 | 15 | DA | 2B | 40 |
| Octal | 173 | 230 | 312 | 47 | 31 | 0 | 25 | 332 | 53 | 100 |
| Binary | 1111011 | 10011000 | 11001010 | 100111 | 11001 | 0 | 10101 | 11011010 | 101011 | 1000000 |
Color Harmonies of #7B98CA
Complementary color
Monochromatic Colors of #7B98CA
Black with #7B98CA
Text Example
Text Example
White with #7B98CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B98CA; }
p { color: rgb(123,152,202); }
H1.HeaderClassName
{
color: #7B98CA;
}
.AnyTagClassName
{
color: #7B98CA;
}
</style>
background-color css
<style>
a { background-color: #7B98CA; }
a { background-color: rgb(123,152,202); }
div.DivClassName
{
background-color: #7B98CA;
}
.BgClassName
{
background-color: #7B98CA;
}
</style>
border-color css
<style>
span { border-color: #7B98CA; }
span { border-color: rgb(123,152,202); }
td.TdClassName
{
border-color: #7B98CA;
}
.TagClassName
{
border-color: #7B98CA;
}
</style>