Shades of Slate Blue #7854D4
Tints of Slate Blue #7854D4
RGB
CMYK
RGB Variations
Color information
#7854D4 (or 0x7854D4) is known color: Slate Blue. HEX triplet: 78, 54 and D4. RGB value is (120,84,212). Sum of RGB (Red+Green+Blue) = 120+84+212=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 212 (83.20% from 255 or 50.96% from 416); Max value from RGB is 212 - color contains mainly: blue. Hex color #7854D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7854D4 is #87AB2B. Grayscale: #6C6C6C. Windows color (decimal): -8891180 or 13915256. OLE color: 13915256.
HSL color Cylindrical-coordinate representation of color #7854D4: hue angle of 256.88º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7854D4 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 84 | 212 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.17 |
| HSL | 256.88º | 0.6% | 0.58% | - |
| HSV(B) | 256.88º | 0.6% | 0.83% | - |
| XYZ | 22.8 | 15.09 | 64 | - |
| YUV | 109.36 | 185.93 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 212 | 0.43 | 0.60 | 0 | 0.17 | 256.88 | 0.6 | 0.58 |
| Hex | 78 | 54 | D4 | 2B | 3C | 0 | 11 | 101 | 3C | 3A |
| Octal | 170 | 124 | 324 | 53 | 74 | 0 | 21 | 401 | 74 | 72 |
| Binary | 1111000 | 1010100 | 11010100 | 101011 | 111100 | 0 | 10001 | 100000001 | 111100 | 111010 |
Color Harmonies of #7854D4
Complementary color
Monochromatic Colors of #7854D4
Black with #7854D4
Text Example
Text Example
White with #7854D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7854D4; }
p { color: rgb(120,84,212); }
H1.HeaderClassName
{
color: #7854D4;
}
.AnyTagClassName
{
color: #7854D4;
}
</style>
background-color css
<style>
a { background-color: #7854D4; }
a { background-color: rgb(120,84,212); }
div.DivClassName
{
background-color: #7854D4;
}
.BgClassName
{
background-color: #7854D4;
}
</style>
border-color css
<style>
span { border-color: #7854D4; }
span { border-color: rgb(120,84,212); }
td.TdClassName
{
border-color: #7854D4;
}
.TagClassName
{
border-color: #7854D4;
}
</style>