Shades of Slate Blue #7948DC
Tints of Slate Blue #7948DC
RGB
CMYK
RGB Variations
Color information
#7948DC (or 0x7948DC) is known color: Slate Blue. HEX triplet: 79, 48 and DC. RGB value is (121,72,220). Sum of RGB (Red+Green+Blue) = 121+72+220=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #7948DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7948DC is #86B723. Grayscale: #666666. Windows color (decimal): -8828708 or 14436473. OLE color: 14436473.
HSL color Cylindrical-coordinate representation of color #7948DC: hue angle of 259.86º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7948DC is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 72 | 220 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.14 |
| HSL | 259.86º | 0.68% | 0.57% | - |
| HSV(B) | 259.86º | 0.67% | 0.86% | - |
| XYZ | 23.12 | 13.87 | 69.17 | - |
| YUV | 103.52 | 193.73 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 72 | 220 | 0.45 | 0.67 | 0 | 0.14 | 259.86 | 0.68 | 0.57 |
| Hex | 79 | 48 | DC | 2D | 43 | 0 | E | 104 | 44 | 39 |
| Octal | 171 | 110 | 334 | 55 | 103 | 0 | 16 | 404 | 104 | 71 |
| Binary | 1111001 | 1001000 | 11011100 | 101101 | 1000011 | 0 | 1110 | 100000100 | 1000100 | 111001 |
Color Harmonies of #7948DC
Complementary color
Monochromatic Colors of #7948DC
Black with #7948DC
Text Example
Text Example
White with #7948DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7948DC; }
p { color: rgb(121,72,220); }
H1.HeaderClassName
{
color: #7948DC;
}
.AnyTagClassName
{
color: #7948DC;
}
</style>
background-color css
<style>
a { background-color: #7948DC; }
a { background-color: rgb(121,72,220); }
div.DivClassName
{
background-color: #7948DC;
}
.BgClassName
{
background-color: #7948DC;
}
</style>
border-color css
<style>
span { border-color: #7948DC; }
span { border-color: rgb(121,72,220); }
td.TdClassName
{
border-color: #7948DC;
}
.TagClassName
{
border-color: #7948DC;
}
</style>