Shades of Slate Blue #7951CE
Tints of Slate Blue #7951CE
RGB
CMYK
RGB Variations
Color information
#7951CE (or 0x7951CE) is known color: Slate Blue. HEX triplet: 79, 51 and CE. RGB value is (121,81,206). Sum of RGB (Red+Green+Blue) = 121+81+206=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #7951CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7951CE is #86AE31. Grayscale: #6A6A6A. Windows color (decimal): -8826418 or 13521273. OLE color: 13521273.
HSL color Cylindrical-coordinate representation of color #7951CE: hue angle of 259.2º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7951CE is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 81 | 206 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.19 |
| HSL | 259.2º | 0.56% | 0.56% | - |
| HSV(B) | 259.2º | 0.61% | 0.81% | - |
| XYZ | 21.97 | 14.41 | 60.02 | - |
| YUV | 107.21 | 183.75 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 206 | 0.41 | 0.61 | 0 | 0.19 | 259.2 | 0.56 | 0.56 |
| Hex | 79 | 51 | CE | 29 | 3D | 0 | 13 | 103 | 38 | 38 |
| Octal | 171 | 121 | 316 | 51 | 75 | 0 | 23 | 403 | 70 | 70 |
| Binary | 1111001 | 1010001 | 11001110 | 101001 | 111101 | 0 | 10011 | 100000011 | 111000 | 111000 |
Color Harmonies of #7951CE
Complementary color
Monochromatic Colors of #7951CE
Black with #7951CE
Text Example
Text Example
White with #7951CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7951CE; }
p { color: rgb(121,81,206); }
H1.HeaderClassName
{
color: #7951CE;
}
.AnyTagClassName
{
color: #7951CE;
}
</style>
background-color css
<style>
a { background-color: #7951CE; }
a { background-color: rgb(121,81,206); }
div.DivClassName
{
background-color: #7951CE;
}
.BgClassName
{
background-color: #7951CE;
}
</style>
border-color css
<style>
span { border-color: #7951CE; }
span { border-color: rgb(121,81,206); }
td.TdClassName
{
border-color: #7951CE;
}
.TagClassName
{
border-color: #7951CE;
}
</style>