Shades of Slate Blue #785ED9
Tints of Slate Blue #785ED9
RGB
CMYK
RGB Variations
Color information
#785ED9 (or 0x785ED9) is known color: Slate Blue. HEX triplet: 78, 5E and D9. RGB value is (120,94,217). Sum of RGB (Red+Green+Blue) = 120+94+217=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 217 (85.16% from 255 or 50.35% from 431); Max value from RGB is 217 - color contains mainly: blue. Hex color #785ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ED9 is #87A126. Grayscale: #737373. Windows color (decimal): -8888615 or 14245496. OLE color: 14245496.
HSL color Cylindrical-coordinate representation of color #785ED9: hue angle of 252.68º degrees, saturation: 0.62, 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 #785ED9 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 94 | 217 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.15 |
| HSL | 252.68º | 0.62% | 0.61% | - |
| HSV(B) | 252.68º | 0.57% | 0.85% | - |
| XYZ | 24.27 | 17.01 | 67.65 | - |
| YUV | 115.8 | 185.11 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 217 | 0.45 | 0.57 | 0 | 0.15 | 252.68 | 0.62 | 0.61 |
| Hex | 78 | 5E | D9 | 2D | 39 | 0 | F | FD | 3E | 3D |
| Octal | 170 | 136 | 331 | 55 | 71 | 0 | 17 | 375 | 76 | 75 |
| Binary | 1111000 | 1011110 | 11011001 | 101101 | 111001 | 0 | 1111 | 11111101 | 111110 | 111101 |
Color Harmonies of #785ED9
Complementary color
Monochromatic Colors of #785ED9
Black with #785ED9
Text Example
Text Example
White with #785ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785ED9; }
p { color: rgb(120,94,217); }
H1.HeaderClassName
{
color: #785ED9;
}
.AnyTagClassName
{
color: #785ED9;
}
</style>
background-color css
<style>
a { background-color: #785ED9; }
a { background-color: rgb(120,94,217); }
div.DivClassName
{
background-color: #785ED9;
}
.BgClassName
{
background-color: #785ED9;
}
</style>
border-color css
<style>
span { border-color: #785ED9; }
span { border-color: rgb(120,94,217); }
td.TdClassName
{
border-color: #785ED9;
}
.TagClassName
{
border-color: #785ED9;
}
</style>