Shades of Polo Blue #7F9CCD
Tints of Polo Blue #7F9CCD
RGB
CMYK
RGB Variations
Color information
#7F9CCD (or 0x7F9CCD) is known color: Polo Blue. HEX triplet: 7F, 9C and CD. RGB value is (127,156,205). Sum of RGB (Red+Green+Blue) = 127+156+205=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F9CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9CCD is #806332. Grayscale: #989898. Windows color (decimal): -8414003 or 13474943. OLE color: 13474943.
HSL color Cylindrical-coordinate representation of color #7F9CCD: hue angle of 217.69º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F9CCD is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 156 | 205 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.20 |
| HSL | 217.69º | 0.44% | 0.65% | - |
| HSV(B) | 217.69º | 0.38% | 0.8% | - |
| XYZ | 31.66 | 32.7 | 62.4 | - |
| YUV | 152.92 | 157.39 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 156 | 205 | 0.38 | 0.24 | 0 | 0.20 | 217.69 | 0.44 | 0.65 |
| Hex | 7F | 9C | CD | 26 | 18 | 0 | 14 | DA | 2C | 41 |
| Octal | 177 | 234 | 315 | 46 | 30 | 0 | 24 | 332 | 54 | 101 |
| Binary | 1111111 | 10011100 | 11001101 | 100110 | 11000 | 0 | 10100 | 11011010 | 101100 | 1000001 |
Color Harmonies of #7F9CCD
Complementary color
Monochromatic Colors of #7F9CCD
Black with #7F9CCD
Text Example
Text Example
White with #7F9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9CCD; }
p { color: rgb(127,156,205); }
H1.HeaderClassName
{
color: #7F9CCD;
}
.AnyTagClassName
{
color: #7F9CCD;
}
</style>
background-color css
<style>
a { background-color: #7F9CCD; }
a { background-color: rgb(127,156,205); }
div.DivClassName
{
background-color: #7F9CCD;
}
.BgClassName
{
background-color: #7F9CCD;
}
</style>
border-color css
<style>
span { border-color: #7F9CCD; }
span { border-color: rgb(127,156,205); }
td.TdClassName
{
border-color: #7F9CCD;
}
.TagClassName
{
border-color: #7F9CCD;
}
</style>