Shades of Slate Blue #7952C3
Tints of Slate Blue #7952C3
RGB
CMYK
RGB Variations
Color information
#7952C3 (or 0x7952C3) is known color: Slate Blue. HEX triplet: 79, 52 and C3. RGB value is (121,82,195). Sum of RGB (Red+Green+Blue) = 121+82+195=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 195 (76.56% from 255 or 48.99% from 398); Max value from RGB is 195 - color contains mainly: blue. Hex color #7952C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7952C3 is #86AD3C. Grayscale: #6A6A6A. Windows color (decimal): -8826173 or 12800633. OLE color: 12800633.
HSL color Cylindrical-coordinate representation of color #7952C3: hue angle of 260.71º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7952C3 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 82 | 195 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.24 |
| HSL | 260.71º | 0.48% | 0.54% | - |
| HSV(B) | 260.71º | 0.58% | 0.76% | - |
| XYZ | 20.75 | 14.04 | 53.25 | - |
| YUV | 106.54 | 177.92 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 195 | 0.38 | 0.58 | 0 | 0.24 | 260.71 | 0.48 | 0.54 |
| Hex | 79 | 52 | C3 | 26 | 3A | 0 | 18 | 105 | 30 | 36 |
| Octal | 171 | 122 | 303 | 46 | 72 | 0 | 30 | 405 | 60 | 66 |
| Binary | 1111001 | 1010010 | 11000011 | 100110 | 111010 | 0 | 11000 | 100000101 | 110000 | 110110 |
Color Harmonies of #7952C3
Complementary color
Monochromatic Colors of #7952C3
Black with #7952C3
Text Example
Text Example
White with #7952C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7952C3; }
p { color: rgb(121,82,195); }
H1.HeaderClassName
{
color: #7952C3;
}
.AnyTagClassName
{
color: #7952C3;
}
</style>
background-color css
<style>
a { background-color: #7952C3; }
a { background-color: rgb(121,82,195); }
div.DivClassName
{
background-color: #7952C3;
}
.BgClassName
{
background-color: #7952C3;
}
</style>
border-color css
<style>
span { border-color: #7952C3; }
span { border-color: rgb(121,82,195); }
td.TdClassName
{
border-color: #7952C3;
}
.TagClassName
{
border-color: #7952C3;
}
</style>