Shades of Medium Slate Blue #795BE8
Tints of Medium Slate Blue #795BE8
RGB
CMYK
RGB Variations
Color information
#795BE8 (or 0x795BE8) is known color: Medium Slate Blue. HEX triplet: 79, 5B and E8. RGB value is (121,91,232). Sum of RGB (Red+Green+Blue) = 121+91+232=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 232 (91.02% from 255 or 52.25% from 444); Max value from RGB is 232 - color contains mainly: blue. Hex color #795BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795BE8 is #86A417. Grayscale: #737373. Windows color (decimal): -8823832 or 15227769. OLE color: 15227769.
HSL color Cylindrical-coordinate representation of color #795BE8: hue angle of 252.77º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #795BE8 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 121 | 91 | 232 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.09 |
| HSL | 252.77º | 0.75% | 0.63% | - |
| HSV(B) | 252.77º | 0.61% | 0.91% | - |
| XYZ | 26.19 | 17.37 | 78.32 | - |
| YUV | 116.04 | 193.44 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 232 | 0.48 | 0.61 | 0 | 0.09 | 252.77 | 0.75 | 0.63 |
| Hex | 79 | 5B | E8 | 30 | 3D | 0 | 9 | FD | 4B | 3F |
| Octal | 171 | 133 | 350 | 60 | 75 | 0 | 11 | 375 | 113 | 77 |
| Binary | 1111001 | 1011011 | 11101000 | 110000 | 111101 | 0 | 1001 | 11111101 | 1001011 | 111111 |
Color Harmonies of #795BE8
Complementary color
Monochromatic Colors of #795BE8
Black with #795BE8
Text Example
Text Example
White with #795BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795BE8; }
p { color: rgb(121,91,232); }
H1.HeaderClassName
{
color: #795BE8;
}
.AnyTagClassName
{
color: #795BE8;
}
</style>
background-color css
<style>
a { background-color: #795BE8; }
a { background-color: rgb(121,91,232); }
div.DivClassName
{
background-color: #795BE8;
}
.BgClassName
{
background-color: #795BE8;
}
</style>
border-color css
<style>
span { border-color: #795BE8; }
span { border-color: rgb(121,91,232); }
td.TdClassName
{
border-color: #795BE8;
}
.TagClassName
{
border-color: #795BE8;
}
</style>