Shades of Medium Slate Blue #795BF1
Tints of Medium Slate Blue #795BF1
RGB
CMYK
RGB Variations
Color information
#795BF1 (or 0x795BF1) is known color: Medium Slate Blue. HEX triplet: 79, 5B and F1. RGB value is (121,91,241). Sum of RGB (Red+Green+Blue) = 121+91+241=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #795BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795BF1 is #86A40E. Grayscale: #747474. Windows color (decimal): -8823823 or 15817593. OLE color: 15817593.
HSL color Cylindrical-coordinate representation of color #795BF1: hue angle of 252º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #795BF1 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 91 | 241 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.05 |
| HSL | 252º | 0.84% | 0.65% | - |
| HSV(B) | 252º | 0.62% | 0.95% | - |
| XYZ | 27.5 | 17.9 | 85.22 | - |
| YUV | 117.07 | 197.94 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 241 | 0.50 | 0.62 | 0 | 0.05 | 252 | 0.84 | 0.65 |
| Hex | 79 | 5B | F1 | 32 | 3E | 0 | 5 | FC | 54 | 41 |
| Octal | 171 | 133 | 361 | 62 | 76 | 0 | 5 | 374 | 124 | 101 |
| Binary | 1111001 | 1011011 | 11110001 | 110010 | 111110 | 0 | 101 | 11111100 | 1010100 | 1000001 |
Color Harmonies of #795BF1
Complementary color
Monochromatic Colors of #795BF1
Black with #795BF1
Text Example
Text Example
White with #795BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795BF1; }
p { color: rgb(121,91,241); }
H1.HeaderClassName
{
color: #795BF1;
}
.AnyTagClassName
{
color: #795BF1;
}
</style>
background-color css
<style>
a { background-color: #795BF1; }
a { background-color: rgb(121,91,241); }
div.DivClassName
{
background-color: #795BF1;
}
.BgClassName
{
background-color: #795BF1;
}
</style>
border-color css
<style>
span { border-color: #795BF1; }
span { border-color: rgb(121,91,241); }
td.TdClassName
{
border-color: #795BF1;
}
.TagClassName
{
border-color: #795BF1;
}
</style>