Shades of Slate Blue #7951DB
Tints of Slate Blue #7951DB
RGB
CMYK
RGB Variations
Color information
#7951DB (or 0x7951DB) is known color: Slate Blue. HEX triplet: 79, 51 and DB. RGB value is (121,81,219). Sum of RGB (Red+Green+Blue) = 121+81+219=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #7951DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7951DB is #86AE24. Grayscale: #6C6C6C. Windows color (decimal): -8826405 or 14373241. OLE color: 14373241.
HSL color Cylindrical-coordinate representation of color #7951DB: hue angle of 257.39º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7951DB is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 81 | 219 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.14 |
| HSL | 257.39º | 0.66% | 0.59% | - |
| HSV(B) | 257.39º | 0.63% | 0.86% | - |
| XYZ | 23.61 | 15.06 | 68.68 | - |
| YUV | 108.69 | 190.25 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 219 | 0.45 | 0.63 | 0 | 0.14 | 257.39 | 0.66 | 0.59 |
| Hex | 79 | 51 | DB | 2D | 3F | 0 | E | 101 | 42 | 3B |
| Octal | 171 | 121 | 333 | 55 | 77 | 0 | 16 | 401 | 102 | 73 |
| Binary | 1111001 | 1010001 | 11011011 | 101101 | 111111 | 0 | 1110 | 100000001 | 1000010 | 111011 |
Color Harmonies of #7951DB
Complementary color
Monochromatic Colors of #7951DB
Black with #7951DB
Text Example
Text Example
White with #7951DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7951DB; }
p { color: rgb(121,81,219); }
H1.HeaderClassName
{
color: #7951DB;
}
.AnyTagClassName
{
color: #7951DB;
}
</style>
background-color css
<style>
a { background-color: #7951DB; }
a { background-color: rgb(121,81,219); }
div.DivClassName
{
background-color: #7951DB;
}
.BgClassName
{
background-color: #7951DB;
}
</style>
border-color css
<style>
span { border-color: #7951DB; }
span { border-color: rgb(121,81,219); }
td.TdClassName
{
border-color: #7951DB;
}
.TagClassName
{
border-color: #7951DB;
}
</style>