Shades of Polo Blue #7FA0CB
Tints of Polo Blue #7FA0CB
RGB
CMYK
RGB Variations
Color information
#7FA0CB (or 0x7FA0CB) is known color: Polo Blue. HEX triplet: 7F, A0 and CB. RGB value is (127,160,203). Sum of RGB (Red+Green+Blue) = 127+160+203=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #7FA0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA0CB is #805F34. Grayscale: #9A9A9A. Windows color (decimal): -8412981 or 13344895. OLE color: 13344895.
HSL color Cylindrical-coordinate representation of color #7FA0CB: hue angle of 213.95º 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 #7FA0CB is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 160 | 203 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.20 |
| HSL | 213.95º | 0.42% | 0.65% | - |
| HSV(B) | 213.95º | 0.37% | 0.8% | - |
| XYZ | 32.1 | 33.97 | 61.36 | - |
| YUV | 155.04 | 155.07 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 203 | 0.37 | 0.21 | 0 | 0.20 | 213.95 | 0.42 | 0.65 |
| Hex | 7F | A0 | CB | 25 | 15 | 0 | 14 | D6 | 2A | 41 |
| Octal | 177 | 240 | 313 | 45 | 25 | 0 | 24 | 326 | 52 | 101 |
| Binary | 1111111 | 10100000 | 11001011 | 100101 | 10101 | 0 | 10100 | 11010110 | 101010 | 1000001 |
Color Harmonies of #7FA0CB
Complementary color
Monochromatic Colors of #7FA0CB
Black with #7FA0CB
Text Example
Text Example
White with #7FA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA0CB; }
p { color: rgb(127,160,203); }
H1.HeaderClassName
{
color: #7FA0CB;
}
.AnyTagClassName
{
color: #7FA0CB;
}
</style>
background-color css
<style>
a { background-color: #7FA0CB; }
a { background-color: rgb(127,160,203); }
div.DivClassName
{
background-color: #7FA0CB;
}
.BgClassName
{
background-color: #7FA0CB;
}
</style>
border-color css
<style>
span { border-color: #7FA0CB; }
span { border-color: rgb(127,160,203); }
td.TdClassName
{
border-color: #7FA0CB;
}
.TagClassName
{
border-color: #7FA0CB;
}
</style>