Shades of Polo Blue #7F9CC7
Tints of Polo Blue #7F9CC7
RGB
CMYK
RGB Variations
Color information
#7F9CC7 (or 0x7F9CC7) is known color: Polo Blue. HEX triplet: 7F, 9C and C7. RGB value is (127,156,199). Sum of RGB (Red+Green+Blue) = 127+156+199=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 199 - color contains mainly: blue. Hex color #7F9CC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9CC7 is #806338. Grayscale: #989898. Windows color (decimal): -8414009 or 13081727. OLE color: 13081727.
HSL color Cylindrical-coordinate representation of color #7F9CC7: hue angle of 215.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F9CC7 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 156 | 199 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.22 |
| HSL | 215.83º | 0.39% | 0.64% | - |
| HSV(B) | 215.83º | 0.36% | 0.78% | - |
| XYZ | 30.95 | 32.41 | 58.66 | - |
| YUV | 152.23 | 154.39 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 156 | 199 | 0.36 | 0.22 | 0 | 0.22 | 215.83 | 0.39 | 0.64 |
| Hex | 7F | 9C | C7 | 24 | 16 | 0 | 16 | D8 | 27 | 40 |
| Octal | 177 | 234 | 307 | 44 | 26 | 0 | 26 | 330 | 47 | 100 |
| Binary | 1111111 | 10011100 | 11000111 | 100100 | 10110 | 0 | 10110 | 11011000 | 100111 | 1000000 |
Color Harmonies of #7F9CC7
Complementary color
Monochromatic Colors of #7F9CC7
Black with #7F9CC7
Text Example
Text Example
White with #7F9CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9CC7; }
p { color: rgb(127,156,199); }
H1.HeaderClassName
{
color: #7F9CC7;
}
.AnyTagClassName
{
color: #7F9CC7;
}
</style>
background-color css
<style>
a { background-color: #7F9CC7; }
a { background-color: rgb(127,156,199); }
div.DivClassName
{
background-color: #7F9CC7;
}
.BgClassName
{
background-color: #7F9CC7;
}
</style>
border-color css
<style>
span { border-color: #7F9CC7; }
span { border-color: rgb(127,156,199); }
td.TdClassName
{
border-color: #7F9CC7;
}
.TagClassName
{
border-color: #7F9CC7;
}
</style>