Shades of Slate Blue #785BDC
Tints of Slate Blue #785BDC
RGB
CMYK
RGB Variations
Color information
#785BDC (or 0x785BDC) is known color: Slate Blue. HEX triplet: 78, 5B and DC. RGB value is (120,91,220). Sum of RGB (Red+Green+Blue) = 120+91+220=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #785BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BDC is #87A423. Grayscale: #717171. Windows color (decimal): -8889380 or 14441336. OLE color: 14441336.
HSL color Cylindrical-coordinate representation of color #785BDC: hue angle of 253.49º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #785BDC is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 91 | 220 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.14 |
| HSL | 253.49º | 0.65% | 0.61% | - |
| HSV(B) | 253.49º | 0.59% | 0.86% | - |
| XYZ | 24.41 | 16.64 | 69.64 | - |
| YUV | 114.38 | 187.61 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 220 | 0.45 | 0.59 | 0 | 0.14 | 253.49 | 0.65 | 0.61 |
| Hex | 78 | 5B | DC | 2D | 3B | 0 | E | FD | 41 | 3D |
| Octal | 170 | 133 | 334 | 55 | 73 | 0 | 16 | 375 | 101 | 75 |
| Binary | 1111000 | 1011011 | 11011100 | 101101 | 111011 | 0 | 1110 | 11111101 | 1000001 | 111101 |
Color Harmonies of #785BDC
Complementary color
Monochromatic Colors of #785BDC
Black with #785BDC
Text Example
Text Example
White with #785BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785BDC; }
p { color: rgb(120,91,220); }
H1.HeaderClassName
{
color: #785BDC;
}
.AnyTagClassName
{
color: #785BDC;
}
</style>
background-color css
<style>
a { background-color: #785BDC; }
a { background-color: rgb(120,91,220); }
div.DivClassName
{
background-color: #785BDC;
}
.BgClassName
{
background-color: #785BDC;
}
</style>
border-color css
<style>
span { border-color: #785BDC; }
span { border-color: rgb(120,91,220); }
td.TdClassName
{
border-color: #785BDC;
}
.TagClassName
{
border-color: #785BDC;
}
</style>