Shades of Slate Blue #785ECE
Tints of Slate Blue #785ECE
RGB
CMYK
RGB Variations
Color information
#785ECE (or 0x785ECE) is known color: Slate Blue. HEX triplet: 78, 5E and CE. RGB value is (120,94,206). Sum of RGB (Red+Green+Blue) = 120+94+206=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #785ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ECE is #87A131. Grayscale: #727272. Windows color (decimal): -8888626 or 13524600. OLE color: 13524600.
HSL color Cylindrical-coordinate representation of color #785ECE: hue angle of 253.93º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #785ECE is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 94 | 206 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.19 |
| HSL | 253.93º | 0.53% | 0.59% | - |
| HSV(B) | 253.93º | 0.54% | 0.81% | - |
| XYZ | 22.89 | 16.45 | 60.36 | - |
| YUV | 114.54 | 179.61 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 206 | 0.42 | 0.54 | 0 | 0.19 | 253.93 | 0.53 | 0.59 |
| Hex | 78 | 5E | CE | 2A | 36 | 0 | 13 | FE | 35 | 3B |
| Octal | 170 | 136 | 316 | 52 | 66 | 0 | 23 | 376 | 65 | 73 |
| Binary | 1111000 | 1011110 | 11001110 | 101010 | 110110 | 0 | 10011 | 11111110 | 110101 | 111011 |
Color Harmonies of #785ECE
Complementary color
Monochromatic Colors of #785ECE
Black with #785ECE
Text Example
Text Example
White with #785ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785ECE; }
p { color: rgb(120,94,206); }
H1.HeaderClassName
{
color: #785ECE;
}
.AnyTagClassName
{
color: #785ECE;
}
</style>
background-color css
<style>
a { background-color: #785ECE; }
a { background-color: rgb(120,94,206); }
div.DivClassName
{
background-color: #785ECE;
}
.BgClassName
{
background-color: #785ECE;
}
</style>
border-color css
<style>
span { border-color: #785ECE; }
span { border-color: rgb(120,94,206); }
td.TdClassName
{
border-color: #785ECE;
}
.TagClassName
{
border-color: #785ECE;
}
</style>