Shades of Polo Blue #789CCD
Tints of Polo Blue #789CCD
RGB
CMYK
RGB Variations
Color information
#789CCD (or 0x789CCD) is known color: Polo Blue. HEX triplet: 78, 9C and CD. RGB value is (120,156,205). Sum of RGB (Red+Green+Blue) = 120+156+205=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #789CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789CCD is #876332. Grayscale: #969696. Windows color (decimal): -8872755 or 13474936. OLE color: 13474936.
HSL color Cylindrical-coordinate representation of color #789CCD: hue angle of 214.59º 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 #789CCD is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 156 | 205 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.20 |
| HSL | 214.59º | 0.46% | 0.64% | - |
| HSV(B) | 214.59º | 0.41% | 0.8% | - |
| XYZ | 30.65 | 32.18 | 62.35 | - |
| YUV | 150.82 | 158.57 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 205 | 0.41 | 0.24 | 0 | 0.20 | 214.59 | 0.46 | 0.64 |
| Hex | 78 | 9C | CD | 29 | 18 | 0 | 14 | D7 | 2E | 40 |
| Octal | 170 | 234 | 315 | 51 | 30 | 0 | 24 | 327 | 56 | 100 |
| Binary | 1111000 | 10011100 | 11001101 | 101001 | 11000 | 0 | 10100 | 11010111 | 101110 | 1000000 |
Color Harmonies of #789CCD
Complementary color
Monochromatic Colors of #789CCD
Black with #789CCD
Text Example
Text Example
White with #789CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789CCD; }
p { color: rgb(120,156,205); }
H1.HeaderClassName
{
color: #789CCD;
}
.AnyTagClassName
{
color: #789CCD;
}
</style>
background-color css
<style>
a { background-color: #789CCD; }
a { background-color: rgb(120,156,205); }
div.DivClassName
{
background-color: #789CCD;
}
.BgClassName
{
background-color: #789CCD;
}
</style>
border-color css
<style>
span { border-color: #789CCD; }
span { border-color: rgb(120,156,205); }
td.TdClassName
{
border-color: #789CCD;
}
.TagClassName
{
border-color: #789CCD;
}
</style>