Shades of Slate Blue #7952C4
Tints of Slate Blue #7952C4
RGB
CMYK
RGB Variations
Color information
#7952C4 (or 0x7952C4) is known color: Slate Blue. HEX triplet: 79, 52 and C4. RGB value is (121,82,196). Sum of RGB (Red+Green+Blue) = 121+82+196=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 196 (76.95% from 255 or 49.12% from 399); Max value from RGB is 196 - color contains mainly: blue. Hex color #7952C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7952C4 is #86AD3B. Grayscale: #6A6A6A. Windows color (decimal): -8826172 or 12866169. OLE color: 12866169.
HSL color Cylindrical-coordinate representation of color #7952C4: hue angle of 260.53º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7952C4 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 82 | 196 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.23 |
| HSL | 260.53º | 0.49% | 0.55% | - |
| HSV(B) | 260.53º | 0.58% | 0.77% | - |
| XYZ | 20.87 | 14.09 | 53.84 | - |
| YUV | 106.66 | 178.42 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 196 | 0.38 | 0.58 | 0 | 0.23 | 260.53 | 0.49 | 0.55 |
| Hex | 79 | 52 | C4 | 26 | 3A | 0 | 17 | 105 | 31 | 37 |
| Octal | 171 | 122 | 304 | 46 | 72 | 0 | 27 | 405 | 61 | 67 |
| Binary | 1111001 | 1010010 | 11000100 | 100110 | 111010 | 0 | 10111 | 100000101 | 110001 | 110111 |
Color Harmonies of #7952C4
Complementary color
Monochromatic Colors of #7952C4
Black with #7952C4
Text Example
Text Example
White with #7952C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7952C4; }
p { color: rgb(121,82,196); }
H1.HeaderClassName
{
color: #7952C4;
}
.AnyTagClassName
{
color: #7952C4;
}
</style>
background-color css
<style>
a { background-color: #7952C4; }
a { background-color: rgb(121,82,196); }
div.DivClassName
{
background-color: #7952C4;
}
.BgClassName
{
background-color: #7952C4;
}
</style>
border-color css
<style>
span { border-color: #7952C4; }
span { border-color: rgb(121,82,196); }
td.TdClassName
{
border-color: #7952C4;
}
.TagClassName
{
border-color: #7952C4;
}
</style>