Shades of Polo Blue #7F98CB
Tints of Polo Blue #7F98CB
RGB
CMYK
RGB Variations
Color information
#7F98CB (or 0x7F98CB) is known color: Polo Blue. HEX triplet: 7F, 98 and CB. RGB value is (127,152,203). Sum of RGB (Red+Green+Blue) = 127+152+203=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F98CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F98CB is #806734. Grayscale: #969696. Windows color (decimal): -8415029 or 13342847. OLE color: 13342847.
HSL color Cylindrical-coordinate representation of color #7F98CB: hue angle of 220.26º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F98CB is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 152 | 203 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.20 |
| HSL | 220.26º | 0.42% | 0.65% | - |
| HSV(B) | 220.26º | 0.37% | 0.8% | - |
| XYZ | 30.76 | 31.28 | 60.92 | - |
| YUV | 150.34 | 157.72 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 152 | 203 | 0.37 | 0.25 | 0 | 0.20 | 220.26 | 0.42 | 0.65 |
| Hex | 7F | 98 | CB | 25 | 19 | 0 | 14 | DC | 2A | 41 |
| Octal | 177 | 230 | 313 | 45 | 31 | 0 | 24 | 334 | 52 | 101 |
| Binary | 1111111 | 10011000 | 11001011 | 100101 | 11001 | 0 | 10100 | 11011100 | 101010 | 1000001 |
Color Harmonies of #7F98CB
Complementary color
Monochromatic Colors of #7F98CB
Black with #7F98CB
Text Example
Text Example
White with #7F98CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F98CB; }
p { color: rgb(127,152,203); }
H1.HeaderClassName
{
color: #7F98CB;
}
.AnyTagClassName
{
color: #7F98CB;
}
</style>
background-color css
<style>
a { background-color: #7F98CB; }
a { background-color: rgb(127,152,203); }
div.DivClassName
{
background-color: #7F98CB;
}
.BgClassName
{
background-color: #7F98CB;
}
</style>
border-color css
<style>
span { border-color: #7F98CB; }
span { border-color: rgb(127,152,203); }
td.TdClassName
{
border-color: #7F98CB;
}
.TagClassName
{
border-color: #7F98CB;
}
</style>