Shades of Polo Blue #7F9BC9
Tints of Polo Blue #7F9BC9
RGB
CMYK
RGB Variations
Color information
#7F9BC9 (or 0x7F9BC9) is known color: Polo Blue. HEX triplet: 7F, 9B and C9. RGB value is (127,155,201). Sum of RGB (Red+Green+Blue) = 127+155+201=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #7F9BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9BC9 is #806436. Grayscale: #979797. Windows color (decimal): -8414263 or 13212543. OLE color: 13212543.
HSL color Cylindrical-coordinate representation of color #7F9BC9: hue angle of 217.3º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F9BC9 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 155 | 201 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.21 |
| HSL | 217.3º | 0.41% | 0.64% | - |
| HSV(B) | 217.3º | 0.37% | 0.79% | - |
| XYZ | 31.02 | 32.17 | 59.83 | - |
| YUV | 151.87 | 155.72 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 155 | 201 | 0.37 | 0.23 | 0 | 0.21 | 217.3 | 0.41 | 0.64 |
| Hex | 7F | 9B | C9 | 25 | 17 | 0 | 15 | D9 | 29 | 40 |
| Octal | 177 | 233 | 311 | 45 | 27 | 0 | 25 | 331 | 51 | 100 |
| Binary | 1111111 | 10011011 | 11001001 | 100101 | 10111 | 0 | 10101 | 11011001 | 101001 | 1000000 |
Color Harmonies of #7F9BC9
Complementary color
Monochromatic Colors of #7F9BC9
Black with #7F9BC9
Text Example
Text Example
White with #7F9BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9BC9; }
p { color: rgb(127,155,201); }
H1.HeaderClassName
{
color: #7F9BC9;
}
.AnyTagClassName
{
color: #7F9BC9;
}
</style>
background-color css
<style>
a { background-color: #7F9BC9; }
a { background-color: rgb(127,155,201); }
div.DivClassName
{
background-color: #7F9BC9;
}
.BgClassName
{
background-color: #7F9BC9;
}
</style>
border-color css
<style>
span { border-color: #7F9BC9; }
span { border-color: rgb(127,155,201); }
td.TdClassName
{
border-color: #7F9BC9;
}
.TagClassName
{
border-color: #7F9BC9;
}
</style>