Shades of Slate Blue #784ECE
Tints of Slate Blue #784ECE
RGB
CMYK
RGB Variations
Color information
#784ECE (or 0x784ECE) is known color: Slate Blue. HEX triplet: 78, 4E and CE. RGB value is (120,78,206). Sum of RGB (Red+Green+Blue) = 120+78+206=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #784ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784ECE is #87B131. Grayscale: #686868. Windows color (decimal): -8892722 or 13520504. OLE color: 13520504.
HSL color Cylindrical-coordinate representation of color #784ECE: hue angle of 259.69º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #784ECE is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 78 | 206 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.19 |
| HSL | 259.69º | 0.57% | 0.56% | - |
| HSV(B) | 259.69º | 0.62% | 0.81% | - |
| XYZ | 21.61 | 13.9 | 59.94 | - |
| YUV | 105.15 | 184.91 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 78 | 206 | 0.42 | 0.62 | 0 | 0.19 | 259.69 | 0.57 | 0.56 |
| Hex | 78 | 4E | CE | 2A | 3E | 0 | 13 | 104 | 39 | 38 |
| Octal | 170 | 116 | 316 | 52 | 76 | 0 | 23 | 404 | 71 | 70 |
| Binary | 1111000 | 1001110 | 11001110 | 101010 | 111110 | 0 | 10011 | 100000100 | 111001 | 111000 |
Color Harmonies of #784ECE
Complementary color
Monochromatic Colors of #784ECE
Black with #784ECE
Text Example
Text Example
White with #784ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784ECE; }
p { color: rgb(120,78,206); }
H1.HeaderClassName
{
color: #784ECE;
}
.AnyTagClassName
{
color: #784ECE;
}
</style>
background-color css
<style>
a { background-color: #784ECE; }
a { background-color: rgb(120,78,206); }
div.DivClassName
{
background-color: #784ECE;
}
.BgClassName
{
background-color: #784ECE;
}
</style>
border-color css
<style>
span { border-color: #784ECE; }
span { border-color: rgb(120,78,206); }
td.TdClassName
{
border-color: #784ECE;
}
.TagClassName
{
border-color: #784ECE;
}
</style>