Shades of Polo Blue #7B9ACD
Tints of Polo Blue #7B9ACD
RGB
CMYK
RGB Variations
Color information
#7B9ACD (or 0x7B9ACD) is known color: Polo Blue. HEX triplet: 7B, 9A and CD. RGB value is (123,154,205). Sum of RGB (Red+Green+Blue) = 123+154+205=482 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.52% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B9ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9ACD is #846532. Grayscale: #969696. Windows color (decimal): -8676659 or 13474427. OLE color: 13474427.
HSL color Cylindrical-coordinate representation of color #7B9ACD: hue angle of 217.32º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B9ACD is Cyan = 0.4, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 154 | 205 | - |
| CMYK | 0.4 | 0.25 | 0 | 0.20 |
| HSL | 217.32º | 0.45% | 0.64% | - |
| HSV(B) | 217.32º | 0.4% | 0.8% | - |
| XYZ | 30.74 | 31.73 | 62.26 | - |
| YUV | 150.55 | 158.73 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 154 | 205 | 0.4 | 0.25 | 0 | 0.20 | 217.32 | 0.45 | 0.64 |
| Hex | 7B | 9A | CD | 28 | 19 | 0 | 14 | D9 | 2D | 40 |
| Octal | 173 | 232 | 315 | 50 | 31 | 0 | 24 | 331 | 55 | 100 |
| Binary | 1111011 | 10011010 | 11001101 | 101000 | 11001 | 0 | 10100 | 11011001 | 101101 | 1000000 |
Color Harmonies of #7B9ACD
Complementary color
Monochromatic Colors of #7B9ACD
Black with #7B9ACD
Text Example
Text Example
White with #7B9ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9ACD; }
p { color: rgb(123,154,205); }
H1.HeaderClassName
{
color: #7B9ACD;
}
.AnyTagClassName
{
color: #7B9ACD;
}
</style>
background-color css
<style>
a { background-color: #7B9ACD; }
a { background-color: rgb(123,154,205); }
div.DivClassName
{
background-color: #7B9ACD;
}
.BgClassName
{
background-color: #7B9ACD;
}
</style>
border-color css
<style>
span { border-color: #7B9ACD; }
span { border-color: rgb(123,154,205); }
td.TdClassName
{
border-color: #7B9ACD;
}
.TagClassName
{
border-color: #7B9ACD;
}
</style>