Shades of Slate Blue #7854DC
Tints of Slate Blue #7854DC
RGB
CMYK
RGB Variations
Color information
#7854DC (or 0x7854DC) is known color: Slate Blue. HEX triplet: 78, 54 and DC. RGB value is (120,84,220). Sum of RGB (Red+Green+Blue) = 120+84+220=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #7854DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7854DC is #87AB23. Grayscale: #6D6D6D. Windows color (decimal): -8891172 or 14439544. OLE color: 14439544.
HSL color Cylindrical-coordinate representation of color #7854DC: hue angle of 255.88º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7854DC is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 84 | 220 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.14 |
| HSL | 255.88º | 0.66% | 0.6% | - |
| HSV(B) | 255.88º | 0.62% | 0.86% | - |
| XYZ | 23.83 | 15.5 | 69.45 | - |
| YUV | 110.27 | 189.93 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 220 | 0.45 | 0.62 | 0 | 0.14 | 255.88 | 0.66 | 0.6 |
| Hex | 78 | 54 | DC | 2D | 3E | 0 | E | 100 | 42 | 3C |
| Octal | 170 | 124 | 334 | 55 | 76 | 0 | 16 | 400 | 102 | 74 |
| Binary | 1111000 | 1010100 | 11011100 | 101101 | 111110 | 0 | 1110 | 100000000 | 1000010 | 111100 |
Color Harmonies of #7854DC
Complementary color
Monochromatic Colors of #7854DC
Black with #7854DC
Text Example
Text Example
White with #7854DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7854DC; }
p { color: rgb(120,84,220); }
H1.HeaderClassName
{
color: #7854DC;
}
.AnyTagClassName
{
color: #7854DC;
}
</style>
background-color css
<style>
a { background-color: #7854DC; }
a { background-color: rgb(120,84,220); }
div.DivClassName
{
background-color: #7854DC;
}
.BgClassName
{
background-color: #7854DC;
}
</style>
border-color css
<style>
span { border-color: #7854DC; }
span { border-color: rgb(120,84,220); }
td.TdClassName
{
border-color: #7854DC;
}
.TagClassName
{
border-color: #7854DC;
}
</style>