Shades of Slate Blue #784EDC
Tints of Slate Blue #784EDC
RGB
CMYK
RGB Variations
Color information
#784EDC (or 0x784EDC) is known color: Slate Blue. HEX triplet: 78, 4E and DC. RGB value is (120,78,220). Sum of RGB (Red+Green+Blue) = 120+78+220=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #784EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784EDC is #87B123. Grayscale: #6A6A6A. Windows color (decimal): -8892708 or 14438008. OLE color: 14438008.
HSL color Cylindrical-coordinate representation of color #784EDC: hue angle of 257.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #784EDC is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 78 | 220 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.14 |
| HSL | 257.75º | 0.67% | 0.58% | - |
| HSV(B) | 257.75º | 0.65% | 0.86% | - |
| XYZ | 23.39 | 14.61 | 69.3 | - |
| YUV | 106.75 | 191.91 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 78 | 220 | 0.45 | 0.65 | 0 | 0.14 | 257.75 | 0.67 | 0.58 |
| Hex | 78 | 4E | DC | 2D | 41 | 0 | E | 102 | 43 | 3A |
| Octal | 170 | 116 | 334 | 55 | 101 | 0 | 16 | 402 | 103 | 72 |
| Binary | 1111000 | 1001110 | 11011100 | 101101 | 1000001 | 0 | 1110 | 100000010 | 1000011 | 111010 |
Color Harmonies of #784EDC
Complementary color
Monochromatic Colors of #784EDC
Black with #784EDC
Text Example
Text Example
White with #784EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784EDC; }
p { color: rgb(120,78,220); }
H1.HeaderClassName
{
color: #784EDC;
}
.AnyTagClassName
{
color: #784EDC;
}
</style>
background-color css
<style>
a { background-color: #784EDC; }
a { background-color: rgb(120,78,220); }
div.DivClassName
{
background-color: #784EDC;
}
.BgClassName
{
background-color: #784EDC;
}
</style>
border-color css
<style>
span { border-color: #784EDC; }
span { border-color: rgb(120,78,220); }
td.TdClassName
{
border-color: #784EDC;
}
.TagClassName
{
border-color: #784EDC;
}
</style>