Shades of Polo Blue #7F9ABF
Tints of Polo Blue #7F9ABF
RGB
CMYK
RGB Variations
Color information
#7F9ABF (or 0x7F9ABF) is known color: Polo Blue. HEX triplet: 7F, 9A and BF. RGB value is (127,154,191). Sum of RGB (Red+Green+Blue) = 127+154+191=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F9ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9ABF is #806540. Grayscale: #959595. Windows color (decimal): -8414529 or 12556927. OLE color: 12556927.
HSL color Cylindrical-coordinate representation of color #7F9ABF: hue angle of 214.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F9ABF is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 154 | 191 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.25 |
| HSL | 214.69º | 0.33% | 0.62% | - |
| HSV(B) | 214.69º | 0.34% | 0.75% | - |
| XYZ | 29.71 | 31.38 | 53.78 | - |
| YUV | 150.15 | 151.05 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 154 | 191 | 0.34 | 0.19 | 0 | 0.25 | 214.69 | 0.33 | 0.62 |
| Hex | 7F | 9A | BF | 22 | 13 | 0 | 19 | D7 | 21 | 3E |
| Octal | 177 | 232 | 277 | 42 | 23 | 0 | 31 | 327 | 41 | 76 |
| Binary | 1111111 | 10011010 | 10111111 | 100010 | 10011 | 0 | 11001 | 11010111 | 100001 | 111110 |
Color Harmonies of #7F9ABF
Complementary color
Monochromatic Colors of #7F9ABF
Black with #7F9ABF
Text Example
Text Example
White with #7F9ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9ABF; }
p { color: rgb(127,154,191); }
H1.HeaderClassName
{
color: #7F9ABF;
}
.AnyTagClassName
{
color: #7F9ABF;
}
</style>
background-color css
<style>
a { background-color: #7F9ABF; }
a { background-color: rgb(127,154,191); }
div.DivClassName
{
background-color: #7F9ABF;
}
.BgClassName
{
background-color: #7F9ABF;
}
</style>
border-color css
<style>
span { border-color: #7F9ABF; }
span { border-color: rgb(127,154,191); }
td.TdClassName
{
border-color: #7F9ABF;
}
.TagClassName
{
border-color: #7F9ABF;
}
</style>