Shades of Slate Blue #7954DC
Tints of Slate Blue #7954DC
RGB
CMYK
RGB Variations
Color information
#7954DC (or 0x7954DC) is known color: Slate Blue. HEX triplet: 79, 54 and DC. RGB value is (121,84,220). Sum of RGB (Red+Green+Blue) = 121+84+220=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #7954DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7954DC is #86AB23. Grayscale: #6E6E6E. Windows color (decimal): -8825636 or 14439545. OLE color: 14439545.
HSL color Cylindrical-coordinate representation of color #7954DC: hue angle of 256.32º 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 #7954DC is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 84 | 220 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.14 |
| HSL | 256.32º | 0.66% | 0.6% | - |
| HSV(B) | 256.32º | 0.62% | 0.86% | - |
| XYZ | 23.97 | 15.57 | 69.45 | - |
| YUV | 110.57 | 189.76 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 84 | 220 | 0.45 | 0.62 | 0 | 0.14 | 256.32 | 0.66 | 0.6 |
| Hex | 79 | 54 | DC | 2D | 3E | 0 | E | 100 | 42 | 3C |
| Octal | 171 | 124 | 334 | 55 | 76 | 0 | 16 | 400 | 102 | 74 |
| Binary | 1111001 | 1010100 | 11011100 | 101101 | 111110 | 0 | 1110 | 100000000 | 1000010 | 111100 |
Color Harmonies of #7954DC
Complementary color
Monochromatic Colors of #7954DC
Black with #7954DC
Text Example
Text Example
White with #7954DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7954DC; }
p { color: rgb(121,84,220); }
H1.HeaderClassName
{
color: #7954DC;
}
.AnyTagClassName
{
color: #7954DC;
}
</style>
background-color css
<style>
a { background-color: #7954DC; }
a { background-color: rgb(121,84,220); }
div.DivClassName
{
background-color: #7954DC;
}
.BgClassName
{
background-color: #7954DC;
}
</style>
border-color css
<style>
span { border-color: #7954DC; }
span { border-color: rgb(121,84,220); }
td.TdClassName
{
border-color: #7954DC;
}
.TagClassName
{
border-color: #7954DC;
}
</style>