Shades of Polo Blue #7F9ACD
Tints of Polo Blue #7F9ACD
RGB
CMYK
RGB Variations
Color information
#7F9ACD (or 0x7F9ACD) is known color: Polo Blue. HEX triplet: 7F, 9A and CD. RGB value is (127,154,205). Sum of RGB (Red+Green+Blue) = 127+154+205=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F9ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9ACD is #806532. Grayscale: #979797. Windows color (decimal): -8414515 or 13474431. OLE color: 13474431.
HSL color Cylindrical-coordinate representation of color #7F9ACD: hue angle of 219.23º 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 #7F9ACD is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 154 | 205 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.20 |
| HSL | 219.23º | 0.44% | 0.65% | - |
| HSV(B) | 219.23º | 0.38% | 0.8% | - |
| XYZ | 31.33 | 32.03 | 62.29 | - |
| YUV | 151.74 | 158.05 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 154 | 205 | 0.38 | 0.25 | 0 | 0.20 | 219.23 | 0.44 | 0.65 |
| Hex | 7F | 9A | CD | 26 | 19 | 0 | 14 | DB | 2C | 41 |
| Octal | 177 | 232 | 315 | 46 | 31 | 0 | 24 | 333 | 54 | 101 |
| Binary | 1111111 | 10011010 | 11001101 | 100110 | 11001 | 0 | 10100 | 11011011 | 101100 | 1000001 |
Color Harmonies of #7F9ACD
Complementary color
Monochromatic Colors of #7F9ACD
Black with #7F9ACD
Text Example
Text Example
White with #7F9ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9ACD; }
p { color: rgb(127,154,205); }
H1.HeaderClassName
{
color: #7F9ACD;
}
.AnyTagClassName
{
color: #7F9ACD;
}
</style>
background-color css
<style>
a { background-color: #7F9ACD; }
a { background-color: rgb(127,154,205); }
div.DivClassName
{
background-color: #7F9ACD;
}
.BgClassName
{
background-color: #7F9ACD;
}
</style>
border-color css
<style>
span { border-color: #7F9ACD; }
span { border-color: rgb(127,154,205); }
td.TdClassName
{
border-color: #7F9ACD;
}
.TagClassName
{
border-color: #7F9ACD;
}
</style>