Shades of Medium Slate Blue #795FED
Tints of Medium Slate Blue #795FED
RGB
CMYK
RGB Variations
Color information
#795FED (or 0x795FED) is known color: Medium Slate Blue. HEX triplet: 79, 5F and ED. RGB value is (121,95,237). Sum of RGB (Red+Green+Blue) = 121+95+237=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #795FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795FED is #86A012. Grayscale: #767676. Windows color (decimal): -8822803 or 15556473. OLE color: 15556473.
HSL color Cylindrical-coordinate representation of color #795FED: hue angle of 250.99º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #795FED is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 95 | 237 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.07 |
| HSL | 250.99º | 0.8% | 0.65% | - |
| HSV(B) | 250.99º | 0.6% | 0.93% | - |
| XYZ | 27.26 | 18.36 | 82.23 | - |
| YUV | 118.96 | 194.61 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 95 | 237 | 0.49 | 0.60 | 0 | 0.07 | 250.99 | 0.8 | 0.65 |
| Hex | 79 | 5F | ED | 31 | 3C | 0 | 7 | FB | 50 | 41 |
| Octal | 171 | 137 | 355 | 61 | 74 | 0 | 7 | 373 | 120 | 101 |
| Binary | 1111001 | 1011111 | 11101101 | 110001 | 111100 | 0 | 111 | 11111011 | 1010000 | 1000001 |
Color Harmonies of #795FED
Complementary color
Monochromatic Colors of #795FED
Black with #795FED
Text Example
Text Example
White with #795FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795FED; }
p { color: rgb(121,95,237); }
H1.HeaderClassName
{
color: #795FED;
}
.AnyTagClassName
{
color: #795FED;
}
</style>
background-color css
<style>
a { background-color: #795FED; }
a { background-color: rgb(121,95,237); }
div.DivClassName
{
background-color: #795FED;
}
.BgClassName
{
background-color: #795FED;
}
</style>
border-color css
<style>
span { border-color: #795FED; }
span { border-color: rgb(121,95,237); }
td.TdClassName
{
border-color: #795FED;
}
.TagClassName
{
border-color: #795FED;
}
</style>