Shades of Slate Blue #785DDC
Tints of Slate Blue #785DDC
RGB
CMYK
RGB Variations
Color information
#785DDC (or 0x785DDC) is known color: Slate Blue. HEX triplet: 78, 5D and DC. RGB value is (120,93,220). Sum of RGB (Red+Green+Blue) = 120+93+220=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #785DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785DDC is #87A223. Grayscale: #737373. Windows color (decimal): -8888868 or 14441848. OLE color: 14441848.
HSL color Cylindrical-coordinate representation of color #785DDC: hue angle of 252.76º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #785DDC is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 93 | 220 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.14 |
| HSL | 252.76º | 0.64% | 0.61% | - |
| HSV(B) | 252.76º | 0.58% | 0.86% | - |
| XYZ | 24.58 | 16.99 | 69.69 | - |
| YUV | 115.55 | 186.95 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 220 | 0.45 | 0.58 | 0 | 0.14 | 252.76 | 0.64 | 0.61 |
| Hex | 78 | 5D | DC | 2D | 3A | 0 | E | FD | 40 | 3D |
| Octal | 170 | 135 | 334 | 55 | 72 | 0 | 16 | 375 | 100 | 75 |
| Binary | 1111000 | 1011101 | 11011100 | 101101 | 111010 | 0 | 1110 | 11111101 | 1000000 | 111101 |
Color Harmonies of #785DDC
Complementary color
Monochromatic Colors of #785DDC
Black with #785DDC
Text Example
Text Example
White with #785DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785DDC; }
p { color: rgb(120,93,220); }
H1.HeaderClassName
{
color: #785DDC;
}
.AnyTagClassName
{
color: #785DDC;
}
</style>
background-color css
<style>
a { background-color: #785DDC; }
a { background-color: rgb(120,93,220); }
div.DivClassName
{
background-color: #785DDC;
}
.BgClassName
{
background-color: #785DDC;
}
</style>
border-color css
<style>
span { border-color: #785DDC; }
span { border-color: rgb(120,93,220); }
td.TdClassName
{
border-color: #785DDC;
}
.TagClassName
{
border-color: #785DDC;
}
</style>