Shades of Slate Blue #7948DA
Tints of Slate Blue #7948DA
RGB
CMYK
RGB Variations
Color information
#7948DA (or 0x7948DA) is known color: Slate Blue. HEX triplet: 79, 48 and DA. RGB value is (121,72,218). Sum of RGB (Red+Green+Blue) = 121+72+218=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #7948DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7948DA is #86B725. Grayscale: #666666. Windows color (decimal): -8828710 or 14305401. OLE color: 14305401.
HSL color Cylindrical-coordinate representation of color #7948DA: hue angle of 260.14º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7948DA is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 72 | 218 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.15 |
| HSL | 260.14º | 0.66% | 0.57% | - |
| HSV(B) | 260.14º | 0.67% | 0.85% | - |
| XYZ | 22.86 | 13.76 | 67.78 | - |
| YUV | 103.3 | 192.73 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 72 | 218 | 0.44 | 0.67 | 0 | 0.15 | 260.14 | 0.66 | 0.57 |
| Hex | 79 | 48 | DA | 2C | 43 | 0 | F | 104 | 42 | 39 |
| Octal | 171 | 110 | 332 | 54 | 103 | 0 | 17 | 404 | 102 | 71 |
| Binary | 1111001 | 1001000 | 11011010 | 101100 | 1000011 | 0 | 1111 | 100000100 | 1000010 | 111001 |
Color Harmonies of #7948DA
Complementary color
Monochromatic Colors of #7948DA
Black with #7948DA
Text Example
Text Example
White with #7948DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7948DA; }
p { color: rgb(121,72,218); }
H1.HeaderClassName
{
color: #7948DA;
}
.AnyTagClassName
{
color: #7948DA;
}
</style>
background-color css
<style>
a { background-color: #7948DA; }
a { background-color: rgb(121,72,218); }
div.DivClassName
{
background-color: #7948DA;
}
.BgClassName
{
background-color: #7948DA;
}
</style>
border-color css
<style>
span { border-color: #7948DA; }
span { border-color: rgb(121,72,218); }
td.TdClassName
{
border-color: #7948DA;
}
.TagClassName
{
border-color: #7948DA;
}
</style>