Shades of Slate Blue #784DDA
Tints of Slate Blue #784DDA
RGB
CMYK
RGB Variations
Color information
#784DDA (or 0x784DDA) is known color: Slate Blue. HEX triplet: 78, 4D and DA. RGB value is (120,77,218). Sum of RGB (Red+Green+Blue) = 120+77+218=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #784DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DDA is #87B225. Grayscale: #696969. Windows color (decimal): -8892966 or 14306680. OLE color: 14306680.
HSL color Cylindrical-coordinate representation of color #784DDA: hue angle of 258.3º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #784DDA is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 77 | 218 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.15 |
| HSL | 258.3º | 0.66% | 0.58% | - |
| HSV(B) | 258.3º | 0.65% | 0.85% | - |
| XYZ | 23.05 | 14.36 | 67.89 | - |
| YUV | 105.93 | 191.25 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 218 | 0.45 | 0.65 | 0 | 0.15 | 258.3 | 0.66 | 0.58 |
| Hex | 78 | 4D | DA | 2D | 41 | 0 | F | 102 | 42 | 3A |
| Octal | 170 | 115 | 332 | 55 | 101 | 0 | 17 | 402 | 102 | 72 |
| Binary | 1111000 | 1001101 | 11011010 | 101101 | 1000001 | 0 | 1111 | 100000010 | 1000010 | 111010 |
Color Harmonies of #784DDA
Complementary color
Monochromatic Colors of #784DDA
Black with #784DDA
Text Example
Text Example
White with #784DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784DDA; }
p { color: rgb(120,77,218); }
H1.HeaderClassName
{
color: #784DDA;
}
.AnyTagClassName
{
color: #784DDA;
}
</style>
background-color css
<style>
a { background-color: #784DDA; }
a { background-color: rgb(120,77,218); }
div.DivClassName
{
background-color: #784DDA;
}
.BgClassName
{
background-color: #784DDA;
}
</style>
border-color css
<style>
span { border-color: #784DDA; }
span { border-color: rgb(120,77,218); }
td.TdClassName
{
border-color: #784DDA;
}
.TagClassName
{
border-color: #784DDA;
}
</style>