Shades of Slate Blue #784BDA
Tints of Slate Blue #784BDA
RGB
CMYK
RGB Variations
Color information
#784BDA (or 0x784BDA) is known color: Slate Blue. HEX triplet: 78, 4B and DA. RGB value is (120,75,218). Sum of RGB (Red+Green+Blue) = 120+75+218=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #784BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784BDA is #87B425. Grayscale: #686868. Windows color (decimal): -8893478 or 14306168. OLE color: 14306168.
HSL color Cylindrical-coordinate representation of color #784BDA: hue angle of 258.88º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #784BDA is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 75 | 218 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.15 |
| HSL | 258.88º | 0.66% | 0.57% | - |
| HSV(B) | 258.88º | 0.66% | 0.85% | - |
| XYZ | 22.92 | 14.09 | 67.84 | - |
| YUV | 104.76 | 191.91 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 75 | 218 | 0.45 | 0.66 | 0 | 0.15 | 258.88 | 0.66 | 0.57 |
| Hex | 78 | 4B | DA | 2D | 42 | 0 | F | 103 | 42 | 39 |
| Octal | 170 | 113 | 332 | 55 | 102 | 0 | 17 | 403 | 102 | 71 |
| Binary | 1111000 | 1001011 | 11011010 | 101101 | 1000010 | 0 | 1111 | 100000011 | 1000010 | 111001 |
Color Harmonies of #784BDA
Complementary color
Monochromatic Colors of #784BDA
Black with #784BDA
Text Example
Text Example
White with #784BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784BDA; }
p { color: rgb(120,75,218); }
H1.HeaderClassName
{
color: #784BDA;
}
.AnyTagClassName
{
color: #784BDA;
}
</style>
background-color css
<style>
a { background-color: #784BDA; }
a { background-color: rgb(120,75,218); }
div.DivClassName
{
background-color: #784BDA;
}
.BgClassName
{
background-color: #784BDA;
}
</style>
border-color css
<style>
span { border-color: #784BDA; }
span { border-color: rgb(120,75,218); }
td.TdClassName
{
border-color: #784BDA;
}
.TagClassName
{
border-color: #784BDA;
}
</style>