Shades of Slate Blue #795DDB
Tints of Slate Blue #795DDB
RGB
CMYK
RGB Variations
Color information
#795DDB (or 0x795DDB) is known color: Slate Blue. HEX triplet: 79, 5D and DB. RGB value is (121,93,219). Sum of RGB (Red+Green+Blue) = 121+93+219=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #795DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DDB is #86A224. Grayscale: #737373. Windows color (decimal): -8823333 or 14376313. OLE color: 14376313.
HSL color Cylindrical-coordinate representation of color #795DDB: hue angle of 253.33º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #795DDB is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 93 | 219 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.14 |
| HSL | 253.33º | 0.64% | 0.61% | - |
| HSV(B) | 253.33º | 0.58% | 0.86% | - |
| XYZ | 24.59 | 17.01 | 69 | - |
| YUV | 115.74 | 186.28 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 219 | 0.45 | 0.58 | 0 | 0.14 | 253.33 | 0.64 | 0.61 |
| Hex | 79 | 5D | DB | 2D | 3A | 0 | E | FD | 40 | 3D |
| Octal | 171 | 135 | 333 | 55 | 72 | 0 | 16 | 375 | 100 | 75 |
| Binary | 1111001 | 1011101 | 11011011 | 101101 | 111010 | 0 | 1110 | 11111101 | 1000000 | 111101 |
Color Harmonies of #795DDB
Complementary color
Monochromatic Colors of #795DDB
Black with #795DDB
Text Example
Text Example
White with #795DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795DDB; }
p { color: rgb(121,93,219); }
H1.HeaderClassName
{
color: #795DDB;
}
.AnyTagClassName
{
color: #795DDB;
}
</style>
background-color css
<style>
a { background-color: #795DDB; }
a { background-color: rgb(121,93,219); }
div.DivClassName
{
background-color: #795DDB;
}
.BgClassName
{
background-color: #795DDB;
}
</style>
border-color css
<style>
span { border-color: #795DDB; }
span { border-color: rgb(121,93,219); }
td.TdClassName
{
border-color: #795DDB;
}
.TagClassName
{
border-color: #795DDB;
}
</style>