Shades of Slate Blue #785DDA
Tints of Slate Blue #785DDA
RGB
CMYK
RGB Variations
Color information
#785DDA (or 0x785DDA) is known color: Slate Blue. HEX triplet: 78, 5D and DA. RGB value is (120,93,218). Sum of RGB (Red+Green+Blue) = 120+93+218=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #785DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785DDA is #87A225. Grayscale: #727272. Windows color (decimal): -8888870 or 14310776. OLE color: 14310776.
HSL color Cylindrical-coordinate representation of color #785DDA: hue angle of 252.96º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #785DDA is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 93 | 218 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.15 |
| HSL | 252.96º | 0.63% | 0.61% | - |
| HSV(B) | 252.96º | 0.57% | 0.85% | - |
| XYZ | 24.31 | 16.88 | 68.31 | - |
| YUV | 115.32 | 185.95 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 218 | 0.45 | 0.57 | 0 | 0.15 | 252.96 | 0.63 | 0.61 |
| Hex | 78 | 5D | DA | 2D | 39 | 0 | F | FD | 3F | 3D |
| Octal | 170 | 135 | 332 | 55 | 71 | 0 | 17 | 375 | 77 | 75 |
| Binary | 1111000 | 1011101 | 11011010 | 101101 | 111001 | 0 | 1111 | 11111101 | 111111 | 111101 |
Color Harmonies of #785DDA
Complementary color
Monochromatic Colors of #785DDA
Black with #785DDA
Text Example
Text Example
White with #785DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785DDA; }
p { color: rgb(120,93,218); }
H1.HeaderClassName
{
color: #785DDA;
}
.AnyTagClassName
{
color: #785DDA;
}
</style>
background-color css
<style>
a { background-color: #785DDA; }
a { background-color: rgb(120,93,218); }
div.DivClassName
{
background-color: #785DDA;
}
.BgClassName
{
background-color: #785DDA;
}
</style>
border-color css
<style>
span { border-color: #785DDA; }
span { border-color: rgb(120,93,218); }
td.TdClassName
{
border-color: #785DDA;
}
.TagClassName
{
border-color: #785DDA;
}
</style>