Shades of Polo Blue #789DCD
Tints of Polo Blue #789DCD
RGB
CMYK
RGB Variations
Color information
#789DCD (or 0x789DCD) is known color: Polo Blue. HEX triplet: 78, 9D and CD. RGB value is (120,157,205). Sum of RGB (Red+Green+Blue) = 120+157+205=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 157 (61.72% from 255 or 32.57% 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 #789DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DCD is #876232. Grayscale: #979797. Windows color (decimal): -8872499 or 13475192. OLE color: 13475192.
HSL color Cylindrical-coordinate representation of color #789DCD: hue angle of 213.88º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #789DCD is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 157 | 205 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.20 |
| HSL | 213.88º | 0.46% | 0.64% | - |
| HSV(B) | 213.88º | 0.41% | 0.8% | - |
| XYZ | 30.82 | 32.51 | 62.41 | - |
| YUV | 151.41 | 158.24 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 205 | 0.41 | 0.23 | 0 | 0.20 | 213.88 | 0.46 | 0.64 |
| Hex | 78 | 9D | CD | 29 | 17 | 0 | 14 | D6 | 2E | 40 |
| Octal | 170 | 235 | 315 | 51 | 27 | 0 | 24 | 326 | 56 | 100 |
| Binary | 1111000 | 10011101 | 11001101 | 101001 | 10111 | 0 | 10100 | 11010110 | 101110 | 1000000 |
Color Harmonies of #789DCD
Complementary color
Monochromatic Colors of #789DCD
Black with #789DCD
Text Example
Text Example
White with #789DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789DCD; }
p { color: rgb(120,157,205); }
H1.HeaderClassName
{
color: #789DCD;
}
.AnyTagClassName
{
color: #789DCD;
}
</style>
background-color css
<style>
a { background-color: #789DCD; }
a { background-color: rgb(120,157,205); }
div.DivClassName
{
background-color: #789DCD;
}
.BgClassName
{
background-color: #789DCD;
}
</style>
border-color css
<style>
span { border-color: #789DCD; }
span { border-color: rgb(120,157,205); }
td.TdClassName
{
border-color: #789DCD;
}
.TagClassName
{
border-color: #789DCD;
}
</style>