Shades of Medium Slate Blue #795AF5
Tints of Medium Slate Blue #795AF5
RGB
CMYK
RGB Variations
Color information
#795AF5 (or 0x795AF5) is known color: Medium Slate Blue. HEX triplet: 79, 5A and F5. RGB value is (121,90,245). Sum of RGB (Red+Green+Blue) = 121+90+245=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 245 (96.09% from 255 or 53.73% from 456); Max value from RGB is 245 - color contains mainly: blue. Hex color #795AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795AF5 is #86A50A. Grayscale: #747474. Windows color (decimal): -8824075 or 16079481. OLE color: 16079481.
HSL color Cylindrical-coordinate representation of color #795AF5: hue angle of 252º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #795AF5 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 121 | 90 | 245 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.04 |
| HSL | 252º | 0.89% | 0.66% | - |
| HSV(B) | 252º | 0.63% | 0.96% | - |
| XYZ | 28.02 | 17.97 | 88.38 | - |
| YUV | 116.94 | 200.27 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 245 | 0.51 | 0.63 | 0 | 0.04 | 252 | 0.89 | 0.66 |
| Hex | 79 | 5A | F5 | 33 | 3F | 0 | 4 | FC | 59 | 42 |
| Octal | 171 | 132 | 365 | 63 | 77 | 0 | 4 | 374 | 131 | 102 |
| Binary | 1111001 | 1011010 | 11110101 | 110011 | 111111 | 0 | 100 | 11111100 | 1011001 | 1000010 |
Color Harmonies of #795AF5
Complementary color
Monochromatic Colors of #795AF5
Black with #795AF5
Text Example
Text Example
White with #795AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795AF5; }
p { color: rgb(121,90,245); }
H1.HeaderClassName
{
color: #795AF5;
}
.AnyTagClassName
{
color: #795AF5;
}
</style>
background-color css
<style>
a { background-color: #795AF5; }
a { background-color: rgb(121,90,245); }
div.DivClassName
{
background-color: #795AF5;
}
.BgClassName
{
background-color: #795AF5;
}
</style>
border-color css
<style>
span { border-color: #795AF5; }
span { border-color: rgb(121,90,245); }
td.TdClassName
{
border-color: #795AF5;
}
.TagClassName
{
border-color: #795AF5;
}
</style>