Shades of Slate Blue #785ECF
Tints of Slate Blue #785ECF
RGB
CMYK
RGB Variations
Color information
#785ECF (or 0x785ECF) is known color: Slate Blue. HEX triplet: 78, 5E and CF. RGB value is (120,94,207). Sum of RGB (Red+Green+Blue) = 120+94+207=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #785ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ECF is #87A130. Grayscale: #727272. Windows color (decimal): -8888625 or 13590136. OLE color: 13590136.
HSL color Cylindrical-coordinate representation of color #785ECF: hue angle of 253.81º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #785ECF is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 94 | 207 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.19 |
| HSL | 253.81º | 0.54% | 0.59% | - |
| HSV(B) | 253.81º | 0.55% | 0.81% | - |
| XYZ | 23.01 | 16.5 | 61 | - |
| YUV | 114.66 | 180.11 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 207 | 0.42 | 0.55 | 0 | 0.19 | 253.81 | 0.54 | 0.59 |
| Hex | 78 | 5E | CF | 2A | 37 | 0 | 13 | FE | 36 | 3B |
| Octal | 170 | 136 | 317 | 52 | 67 | 0 | 23 | 376 | 66 | 73 |
| Binary | 1111000 | 1011110 | 11001111 | 101010 | 110111 | 0 | 10011 | 11111110 | 110110 | 111011 |
Color Harmonies of #785ECF
Complementary color
Monochromatic Colors of #785ECF
Black with #785ECF
Text Example
Text Example
White with #785ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785ECF; }
p { color: rgb(120,94,207); }
H1.HeaderClassName
{
color: #785ECF;
}
.AnyTagClassName
{
color: #785ECF;
}
</style>
background-color css
<style>
a { background-color: #785ECF; }
a { background-color: rgb(120,94,207); }
div.DivClassName
{
background-color: #785ECF;
}
.BgClassName
{
background-color: #785ECF;
}
</style>
border-color css
<style>
span { border-color: #785ECF; }
span { border-color: rgb(120,94,207); }
td.TdClassName
{
border-color: #785ECF;
}
.TagClassName
{
border-color: #785ECF;
}
</style>