Shades of Slate Blue #785ECC
Tints of Slate Blue #785ECC
RGB
CMYK
RGB Variations
Color information
#785ECC (or 0x785ECC) is known color: Slate Blue. HEX triplet: 78, 5E and CC. RGB value is (120,94,204). Sum of RGB (Red+Green+Blue) = 120+94+204=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #785ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ECC is #87A133. Grayscale: #717171. Windows color (decimal): -8888628 or 13393528. OLE color: 13393528.
HSL color Cylindrical-coordinate representation of color #785ECC: hue angle of 254.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #785ECC is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 94 | 204 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.2 |
| HSL | 254.18º | 0.52% | 0.58% | - |
| HSV(B) | 254.18º | 0.54% | 0.8% | - |
| XYZ | 22.65 | 16.36 | 59.09 | - |
| YUV | 114.31 | 178.61 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 204 | 0.41 | 0.54 | 0 | 0.2 | 254.18 | 0.52 | 0.58 |
| Hex | 78 | 5E | CC | 29 | 36 | 0 | 14 | FE | 34 | 3A |
| Octal | 170 | 136 | 314 | 51 | 66 | 0 | 24 | 376 | 64 | 72 |
| Binary | 1111000 | 1011110 | 11001100 | 101001 | 110110 | 0 | 10100 | 11111110 | 110100 | 111010 |
Color Harmonies of #785ECC
Complementary color
Monochromatic Colors of #785ECC
Black with #785ECC
Text Example
Text Example
White with #785ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785ECC; }
p { color: rgb(120,94,204); }
H1.HeaderClassName
{
color: #785ECC;
}
.AnyTagClassName
{
color: #785ECC;
}
</style>
background-color css
<style>
a { background-color: #785ECC; }
a { background-color: rgb(120,94,204); }
div.DivClassName
{
background-color: #785ECC;
}
.BgClassName
{
background-color: #785ECC;
}
</style>
border-color css
<style>
span { border-color: #785ECC; }
span { border-color: rgb(120,94,204); }
td.TdClassName
{
border-color: #785ECC;
}
.TagClassName
{
border-color: #785ECC;
}
</style>