Shades of Slate Blue #784CE1
Tints of Slate Blue #784CE1
RGB
CMYK
RGB Variations
Color information
#784CE1 (or 0x784CE1) is known color: Slate Blue. HEX triplet: 78, 4C and E1. RGB value is (120,76,225). Sum of RGB (Red+Green+Blue) = 120+76+225=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #784CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784CE1 is #87B31E. Grayscale: #696969. Windows color (decimal): -8893215 or 14765176. OLE color: 14765176.
HSL color Cylindrical-coordinate representation of color #784CE1: hue angle of 257.72º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #784CE1 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 76 | 225 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.12 |
| HSL | 257.72º | 0.71% | 0.59% | - |
| HSV(B) | 257.72º | 0.66% | 0.88% | - |
| XYZ | 23.92 | 14.6 | 72.79 | - |
| YUV | 106.14 | 195.08 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 225 | 0.47 | 0.66 | 0 | 0.12 | 257.72 | 0.71 | 0.59 |
| Hex | 78 | 4C | E1 | 2F | 42 | 0 | C | 102 | 47 | 3B |
| Octal | 170 | 114 | 341 | 57 | 102 | 0 | 14 | 402 | 107 | 73 |
| Binary | 1111000 | 1001100 | 11100001 | 101111 | 1000010 | 0 | 1100 | 100000010 | 1000111 | 111011 |
Color Harmonies of #784CE1
Complementary color
Monochromatic Colors of #784CE1
Black with #784CE1
Text Example
Text Example
White with #784CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784CE1; }
p { color: rgb(120,76,225); }
H1.HeaderClassName
{
color: #784CE1;
}
.AnyTagClassName
{
color: #784CE1;
}
</style>
background-color css
<style>
a { background-color: #784CE1; }
a { background-color: rgb(120,76,225); }
div.DivClassName
{
background-color: #784CE1;
}
.BgClassName
{
background-color: #784CE1;
}
</style>
border-color css
<style>
span { border-color: #784CE1; }
span { border-color: rgb(120,76,225); }
td.TdClassName
{
border-color: #784CE1;
}
.TagClassName
{
border-color: #784CE1;
}
</style>