Shades of Polo Blue #7F99CB
Tints of Polo Blue #7F99CB
RGB
CMYK
RGB Variations
Color information
#7F99CB (or 0x7F99CB) is known color: Polo Blue. HEX triplet: 7F, 99 and CB. RGB value is (127,153,203). Sum of RGB (Red+Green+Blue) = 127+153+203=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F99CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F99CB is #806634. Grayscale: #969696. Windows color (decimal): -8414773 or 13343103. OLE color: 13343103.
HSL color Cylindrical-coordinate representation of color #7F99CB: hue angle of 219.47º 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 #7F99CB is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 153 | 203 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.20 |
| HSL | 219.47º | 0.42% | 0.65% | - |
| HSV(B) | 219.47º | 0.37% | 0.8% | - |
| XYZ | 30.92 | 31.61 | 60.97 | - |
| YUV | 150.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 203 | 0.37 | 0.25 | 0 | 0.20 | 219.47 | 0.42 | 0.65 |
| Hex | 7F | 99 | CB | 25 | 19 | 0 | 14 | DB | 2A | 41 |
| Octal | 177 | 231 | 313 | 45 | 31 | 0 | 24 | 333 | 52 | 101 |
| Binary | 1111111 | 10011001 | 11001011 | 100101 | 11001 | 0 | 10100 | 11011011 | 101010 | 1000001 |
Color Harmonies of #7F99CB
Complementary color
Monochromatic Colors of #7F99CB
Black with #7F99CB
Text Example
Text Example
White with #7F99CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F99CB; }
p { color: rgb(127,153,203); }
H1.HeaderClassName
{
color: #7F99CB;
}
.AnyTagClassName
{
color: #7F99CB;
}
</style>
background-color css
<style>
a { background-color: #7F99CB; }
a { background-color: rgb(127,153,203); }
div.DivClassName
{
background-color: #7F99CB;
}
.BgClassName
{
background-color: #7F99CB;
}
</style>
border-color css
<style>
span { border-color: #7F99CB; }
span { border-color: rgb(127,153,203); }
td.TdClassName
{
border-color: #7F99CB;
}
.TagClassName
{
border-color: #7F99CB;
}
</style>