Shades of Slate Blue #784DD6
Tints of Slate Blue #784DD6
RGB
CMYK
RGB Variations
Color information
#784DD6 (or 0x784DD6) is known color: Slate Blue. HEX triplet: 78, 4D and D6. RGB value is (120,77,214). Sum of RGB (Red+Green+Blue) = 120+77+214=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #784DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DD6 is #87B229. Grayscale: #686868. Windows color (decimal): -8892970 or 14044536. OLE color: 14044536.
HSL color Cylindrical-coordinate representation of color #784DD6: hue angle of 258.83º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #784DD6 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 77 | 214 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.16 |
| HSL | 258.83º | 0.63% | 0.57% | - |
| HSV(B) | 258.83º | 0.64% | 0.84% | - |
| XYZ | 22.54 | 14.16 | 65.16 | - |
| YUV | 105.48 | 189.25 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 214 | 0.44 | 0.64 | 0 | 0.16 | 258.83 | 0.63 | 0.57 |
| Hex | 78 | 4D | D6 | 2C | 40 | 0 | 10 | 103 | 3F | 39 |
| Octal | 170 | 115 | 326 | 54 | 100 | 0 | 20 | 403 | 77 | 71 |
| Binary | 1111000 | 1001101 | 11010110 | 101100 | 1000000 | 0 | 10000 | 100000011 | 111111 | 111001 |
Color Harmonies of #784DD6
Complementary color
Monochromatic Colors of #784DD6
Black with #784DD6
Text Example
Text Example
White with #784DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784DD6; }
p { color: rgb(120,77,214); }
H1.HeaderClassName
{
color: #784DD6;
}
.AnyTagClassName
{
color: #784DD6;
}
</style>
background-color css
<style>
a { background-color: #784DD6; }
a { background-color: rgb(120,77,214); }
div.DivClassName
{
background-color: #784DD6;
}
.BgClassName
{
background-color: #784DD6;
}
</style>
border-color css
<style>
span { border-color: #784DD6; }
span { border-color: rgb(120,77,214); }
td.TdClassName
{
border-color: #784DD6;
}
.TagClassName
{
border-color: #784DD6;
}
</style>