Shades of Slate Blue #785DCF
Tints of Slate Blue #785DCF
RGB
CMYK
RGB Variations
Color information
#785DCF (or 0x785DCF) is known color: Slate Blue. HEX triplet: 78, 5D and CF. RGB value is (120,93,207). Sum of RGB (Red+Green+Blue) = 120+93+207=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #785DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785DCF is #87A230. Grayscale: #717171. Windows color (decimal): -8888881 or 13589880. OLE color: 13589880.
HSL color Cylindrical-coordinate representation of color #785DCF: hue angle of 254.21º 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 #785DCF is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 93 | 207 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.19 |
| HSL | 254.21º | 0.54% | 0.59% | - |
| HSV(B) | 254.21º | 0.55% | 0.81% | - |
| XYZ | 22.92 | 16.33 | 60.97 | - |
| YUV | 114.07 | 180.45 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 207 | 0.42 | 0.55 | 0 | 0.19 | 254.21 | 0.54 | 0.59 |
| Hex | 78 | 5D | CF | 2A | 37 | 0 | 13 | FE | 36 | 3B |
| Octal | 170 | 135 | 317 | 52 | 67 | 0 | 23 | 376 | 66 | 73 |
| Binary | 1111000 | 1011101 | 11001111 | 101010 | 110111 | 0 | 10011 | 11111110 | 110110 | 111011 |
Color Harmonies of #785DCF
Complementary color
Monochromatic Colors of #785DCF
Black with #785DCF
Text Example
Text Example
White with #785DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785DCF; }
p { color: rgb(120,93,207); }
H1.HeaderClassName
{
color: #785DCF;
}
.AnyTagClassName
{
color: #785DCF;
}
</style>
background-color css
<style>
a { background-color: #785DCF; }
a { background-color: rgb(120,93,207); }
div.DivClassName
{
background-color: #785DCF;
}
.BgClassName
{
background-color: #785DCF;
}
</style>
border-color css
<style>
span { border-color: #785DCF; }
span { border-color: rgb(120,93,207); }
td.TdClassName
{
border-color: #785DCF;
}
.TagClassName
{
border-color: #785DCF;
}
</style>