Shades of Medium Slate Blue #795EEE
Tints of Medium Slate Blue #795EEE
RGB
CMYK
RGB Variations
Color information
#795EEE (or 0x795EEE) is known color: Medium Slate Blue. HEX triplet: 79, 5E and EE. RGB value is (121,94,238). Sum of RGB (Red+Green+Blue) = 121+94+238=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #795EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795EEE is #86A111. Grayscale: #757575. Windows color (decimal): -8823058 or 15621753. OLE color: 15621753.
HSL color Cylindrical-coordinate representation of color #795EEE: hue angle of 251.25º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #795EEE is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 94 | 238 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.07 |
| HSL | 251.25º | 0.81% | 0.65% | - |
| HSV(B) | 251.25º | 0.61% | 0.93% | - |
| XYZ | 27.32 | 18.24 | 82.97 | - |
| YUV | 118.49 | 195.45 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 94 | 238 | 0.49 | 0.61 | 0 | 0.07 | 251.25 | 0.81 | 0.65 |
| Hex | 79 | 5E | EE | 31 | 3D | 0 | 7 | FB | 51 | 41 |
| Octal | 171 | 136 | 356 | 61 | 75 | 0 | 7 | 373 | 121 | 101 |
| Binary | 1111001 | 1011110 | 11101110 | 110001 | 111101 | 0 | 111 | 11111011 | 1010001 | 1000001 |
Color Harmonies of #795EEE
Complementary color
Monochromatic Colors of #795EEE
Black with #795EEE
Text Example
Text Example
White with #795EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795EEE; }
p { color: rgb(121,94,238); }
H1.HeaderClassName
{
color: #795EEE;
}
.AnyTagClassName
{
color: #795EEE;
}
</style>
background-color css
<style>
a { background-color: #795EEE; }
a { background-color: rgb(121,94,238); }
div.DivClassName
{
background-color: #795EEE;
}
.BgClassName
{
background-color: #795EEE;
}
</style>
border-color css
<style>
span { border-color: #795EEE; }
span { border-color: rgb(121,94,238); }
td.TdClassName
{
border-color: #795EEE;
}
.TagClassName
{
border-color: #795EEE;
}
</style>