Shades of Slate Blue #784EC4
Tints of Slate Blue #784EC4
RGB
CMYK
RGB Variations
Color information
#784EC4 (or 0x784EC4) is known color: Slate Blue. HEX triplet: 78, 4E and C4. RGB value is (120,78,196). Sum of RGB (Red+Green+Blue) = 120+78+196=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 196 (76.95% from 255 or 49.75% from 394); Max value from RGB is 196 - color contains mainly: blue. Hex color #784EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784EC4 is #87B13B. Grayscale: #676767. Windows color (decimal): -8892732 or 12865144. OLE color: 12865144.
HSL color Cylindrical-coordinate representation of color #784EC4: hue angle of 261.36º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #784EC4 is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 78 | 196 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.23 |
| HSL | 261.36º | 0.5% | 0.54% | - |
| HSV(B) | 261.36º | 0.6% | 0.77% | - |
| XYZ | 20.43 | 13.43 | 53.74 | - |
| YUV | 104.01 | 179.91 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 78 | 196 | 0.39 | 0.60 | 0 | 0.23 | 261.36 | 0.5 | 0.54 |
| Hex | 78 | 4E | C4 | 27 | 3C | 0 | 17 | 105 | 32 | 36 |
| Octal | 170 | 116 | 304 | 47 | 74 | 0 | 27 | 405 | 62 | 66 |
| Binary | 1111000 | 1001110 | 11000100 | 100111 | 111100 | 0 | 10111 | 100000101 | 110010 | 110110 |
Color Harmonies of #784EC4
Complementary color
Monochromatic Colors of #784EC4
Black with #784EC4
Text Example
Text Example
White with #784EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784EC4; }
p { color: rgb(120,78,196); }
H1.HeaderClassName
{
color: #784EC4;
}
.AnyTagClassName
{
color: #784EC4;
}
</style>
background-color css
<style>
a { background-color: #784EC4; }
a { background-color: rgb(120,78,196); }
div.DivClassName
{
background-color: #784EC4;
}
.BgClassName
{
background-color: #784EC4;
}
</style>
border-color css
<style>
span { border-color: #784EC4; }
span { border-color: rgb(120,78,196); }
td.TdClassName
{
border-color: #784EC4;
}
.TagClassName
{
border-color: #784EC4;
}
</style>