Shades of Medium Slate Blue #795DDF
Tints of Medium Slate Blue #795DDF
RGB
CMYK
RGB Variations
Color information
#795DDF (or 0x795DDF) is known color: Medium Slate Blue. HEX triplet: 79, 5D and DF. RGB value is (121,93,223). Sum of RGB (Red+Green+Blue) = 121+93+223=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #795DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DDF is #86A220. Grayscale: #737373. Windows color (decimal): -8823329 or 14638457. OLE color: 14638457.
HSL color Cylindrical-coordinate representation of color #795DDF: hue angle of 252.92º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #795DDF is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 93 | 223 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.13 |
| HSL | 252.92º | 0.67% | 0.62% | - |
| HSV(B) | 252.92º | 0.58% | 0.87% | - |
| XYZ | 25.12 | 17.22 | 71.81 | - |
| YUV | 116.19 | 188.28 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 223 | 0.46 | 0.58 | 0 | 0.13 | 252.92 | 0.67 | 0.62 |
| Hex | 79 | 5D | DF | 2E | 3A | 0 | D | FD | 43 | 3E |
| Octal | 171 | 135 | 337 | 56 | 72 | 0 | 15 | 375 | 103 | 76 |
| Binary | 1111001 | 1011101 | 11011111 | 101110 | 111010 | 0 | 1101 | 11111101 | 1000011 | 111110 |
Color Harmonies of #795DDF
Complementary color
Monochromatic Colors of #795DDF
Black with #795DDF
Text Example
Text Example
White with #795DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795DDF; }
p { color: rgb(121,93,223); }
H1.HeaderClassName
{
color: #795DDF;
}
.AnyTagClassName
{
color: #795DDF;
}
</style>
background-color css
<style>
a { background-color: #795DDF; }
a { background-color: rgb(121,93,223); }
div.DivClassName
{
background-color: #795DDF;
}
.BgClassName
{
background-color: #795DDF;
}
</style>
border-color css
<style>
span { border-color: #795DDF; }
span { border-color: rgb(121,93,223); }
td.TdClassName
{
border-color: #795DDF;
}
.TagClassName
{
border-color: #795DDF;
}
</style>