Shades of Medium Slate Blue #795BDE
Tints of Medium Slate Blue #795BDE
RGB
CMYK
RGB Variations
Color information
#795BDE (or 0x795BDE) is known color: Medium Slate Blue. HEX triplet: 79, 5B and DE. RGB value is (121,91,222). Sum of RGB (Red+Green+Blue) = 121+91+222=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #795BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795BDE is #86A421. Grayscale: #727272. Windows color (decimal): -8823842 or 14572409. OLE color: 14572409.
HSL color Cylindrical-coordinate representation of color #795BDE: hue angle of 253.74º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #795BDE is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 91 | 222 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.13 |
| HSL | 253.74º | 0.66% | 0.61% | - |
| HSV(B) | 253.74º | 0.59% | 0.87% | - |
| XYZ | 24.81 | 16.82 | 71.05 | - |
| YUV | 114.9 | 188.44 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 222 | 0.45 | 0.59 | 0 | 0.13 | 253.74 | 0.66 | 0.61 |
| Hex | 79 | 5B | DE | 2D | 3B | 0 | D | FE | 42 | 3D |
| Octal | 171 | 133 | 336 | 55 | 73 | 0 | 15 | 376 | 102 | 75 |
| Binary | 1111001 | 1011011 | 11011110 | 101101 | 111011 | 0 | 1101 | 11111110 | 1000010 | 111101 |
Color Harmonies of #795BDE
Complementary color
Monochromatic Colors of #795BDE
Black with #795BDE
Text Example
Text Example
White with #795BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795BDE; }
p { color: rgb(121,91,222); }
H1.HeaderClassName
{
color: #795BDE;
}
.AnyTagClassName
{
color: #795BDE;
}
</style>
background-color css
<style>
a { background-color: #795BDE; }
a { background-color: rgb(121,91,222); }
div.DivClassName
{
background-color: #795BDE;
}
.BgClassName
{
background-color: #795BDE;
}
</style>
border-color css
<style>
span { border-color: #795BDE; }
span { border-color: rgb(121,91,222); }
td.TdClassName
{
border-color: #795BDE;
}
.TagClassName
{
border-color: #795BDE;
}
</style>