Shades of Slate Blue #7948CA
Tints of Slate Blue #7948CA
RGB
CMYK
RGB Variations
Color information
#7948CA (or 0x7948CA) is known color: Slate Blue. HEX triplet: 79, 48 and CA. RGB value is (121,72,202). Sum of RGB (Red+Green+Blue) = 121+72+202=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #7948CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7948CA is #86B735. Grayscale: #656565. Windows color (decimal): -8828726 or 13256825. OLE color: 13256825.
HSL color Cylindrical-coordinate representation of color #7948CA: hue angle of 262.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7948CA is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 72 | 202 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.21 |
| HSL | 262.62º | 0.55% | 0.54% | - |
| HSV(B) | 262.62º | 0.64% | 0.79% | - |
| XYZ | 20.86 | 12.96 | 57.28 | - |
| YUV | 101.47 | 184.73 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 72 | 202 | 0.40 | 0.64 | 0 | 0.21 | 262.62 | 0.55 | 0.54 |
| Hex | 79 | 48 | CA | 28 | 40 | 0 | 15 | 107 | 37 | 36 |
| Octal | 171 | 110 | 312 | 50 | 100 | 0 | 25 | 407 | 67 | 66 |
| Binary | 1111001 | 1001000 | 11001010 | 101000 | 1000000 | 0 | 10101 | 100000111 | 110111 | 110110 |
Color Harmonies of #7948CA
Complementary color
Monochromatic Colors of #7948CA
Black with #7948CA
Text Example
Text Example
White with #7948CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7948CA; }
p { color: rgb(121,72,202); }
H1.HeaderClassName
{
color: #7948CA;
}
.AnyTagClassName
{
color: #7948CA;
}
</style>
background-color css
<style>
a { background-color: #7948CA; }
a { background-color: rgb(121,72,202); }
div.DivClassName
{
background-color: #7948CA;
}
.BgClassName
{
background-color: #7948CA;
}
</style>
border-color css
<style>
span { border-color: #7948CA; }
span { border-color: rgb(121,72,202); }
td.TdClassName
{
border-color: #7948CA;
}
.TagClassName
{
border-color: #7948CA;
}
</style>