Shades of Slate Blue #7859DA
Tints of Slate Blue #7859DA
RGB
CMYK
RGB Variations
Color information
#7859DA (or 0x7859DA) is known color: Slate Blue. HEX triplet: 78, 59 and DA. RGB value is (120,89,218). Sum of RGB (Red+Green+Blue) = 120+89+218=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #7859DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859DA is #87A625. Grayscale: #707070. Windows color (decimal): -8889894 or 14309752. OLE color: 14309752.
HSL color Cylindrical-coordinate representation of color #7859DA: hue angle of 254.42º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7859DA is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 89 | 218 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.15 |
| HSL | 254.42º | 0.64% | 0.6% | - |
| HSV(B) | 254.42º | 0.59% | 0.85% | - |
| XYZ | 23.97 | 16.2 | 68.19 | - |
| YUV | 112.98 | 187.27 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 89 | 218 | 0.45 | 0.59 | 0 | 0.15 | 254.42 | 0.64 | 0.6 |
| Hex | 78 | 59 | DA | 2D | 3B | 0 | F | FE | 40 | 3C |
| Octal | 170 | 131 | 332 | 55 | 73 | 0 | 17 | 376 | 100 | 74 |
| Binary | 1111000 | 1011001 | 11011010 | 101101 | 111011 | 0 | 1111 | 11111110 | 1000000 | 111100 |
Color Harmonies of #7859DA
Complementary color
Monochromatic Colors of #7859DA
Black with #7859DA
Text Example
Text Example
White with #7859DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7859DA; }
p { color: rgb(120,89,218); }
H1.HeaderClassName
{
color: #7859DA;
}
.AnyTagClassName
{
color: #7859DA;
}
</style>
background-color css
<style>
a { background-color: #7859DA; }
a { background-color: rgb(120,89,218); }
div.DivClassName
{
background-color: #7859DA;
}
.BgClassName
{
background-color: #7859DA;
}
</style>
border-color css
<style>
span { border-color: #7859DA; }
span { border-color: rgb(120,89,218); }
td.TdClassName
{
border-color: #7859DA;
}
.TagClassName
{
border-color: #7859DA;
}
</style>