Shades of Slate Blue #7952CE
Tints of Slate Blue #7952CE
RGB
CMYK
RGB Variations
Color information
#7952CE (or 0x7952CE) is known color: Slate Blue. HEX triplet: 79, 52 and CE. RGB value is (121,82,206). Sum of RGB (Red+Green+Blue) = 121+82+206=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #7952CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7952CE is #86AD31. Grayscale: #6B6B6B. Windows color (decimal): -8826162 or 13521529. OLE color: 13521529.
HSL color Cylindrical-coordinate representation of color #7952CE: hue angle of 258.87º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7952CE is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 82 | 206 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.19 |
| HSL | 258.87º | 0.56% | 0.56% | - |
| HSV(B) | 258.87º | 0.6% | 0.81% | - |
| XYZ | 22.04 | 14.56 | 60.04 | - |
| YUV | 107.8 | 183.42 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 206 | 0.41 | 0.60 | 0 | 0.19 | 258.87 | 0.56 | 0.56 |
| Hex | 79 | 52 | CE | 29 | 3C | 0 | 13 | 103 | 38 | 38 |
| Octal | 171 | 122 | 316 | 51 | 74 | 0 | 23 | 403 | 70 | 70 |
| Binary | 1111001 | 1010010 | 11001110 | 101001 | 111100 | 0 | 10011 | 100000011 | 111000 | 111000 |
Color Harmonies of #7952CE
Complementary color
Monochromatic Colors of #7952CE
Black with #7952CE
Text Example
Text Example
White with #7952CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7952CE; }
p { color: rgb(121,82,206); }
H1.HeaderClassName
{
color: #7952CE;
}
.AnyTagClassName
{
color: #7952CE;
}
</style>
background-color css
<style>
a { background-color: #7952CE; }
a { background-color: rgb(121,82,206); }
div.DivClassName
{
background-color: #7952CE;
}
.BgClassName
{
background-color: #7952CE;
}
</style>
border-color css
<style>
span { border-color: #7952CE; }
span { border-color: rgb(121,82,206); }
td.TdClassName
{
border-color: #7952CE;
}
.TagClassName
{
border-color: #7952CE;
}
</style>