Shades of Medium Slate Blue #795CF1
Tints of Medium Slate Blue #795CF1
RGB
CMYK
RGB Variations
Color information
#795CF1 (or 0x795CF1) is known color: Medium Slate Blue. HEX triplet: 79, 5C and F1. RGB value is (121,92,241). Sum of RGB (Red+Green+Blue) = 121+92+241=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #795CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795CF1 is #86A30E. Grayscale: #757575. Windows color (decimal): -8823567 or 15817849. OLE color: 15817849.
HSL color Cylindrical-coordinate representation of color #795CF1: hue angle of 251.68º 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 #795CF1 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 92 | 241 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.05 |
| HSL | 251.68º | 0.84% | 0.65% | - |
| HSV(B) | 251.68º | 0.62% | 0.95% | - |
| XYZ | 27.59 | 18.07 | 85.25 | - |
| YUV | 117.66 | 197.61 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 92 | 241 | 0.50 | 0.62 | 0 | 0.05 | 251.68 | 0.84 | 0.65 |
| Hex | 79 | 5C | F1 | 32 | 3E | 0 | 5 | FC | 54 | 41 |
| Octal | 171 | 134 | 361 | 62 | 76 | 0 | 5 | 374 | 124 | 101 |
| Binary | 1111001 | 1011100 | 11110001 | 110010 | 111110 | 0 | 101 | 11111100 | 1010100 | 1000001 |
Color Harmonies of #795CF1
Complementary color
Monochromatic Colors of #795CF1
Black with #795CF1
Text Example
Text Example
White with #795CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795CF1; }
p { color: rgb(121,92,241); }
H1.HeaderClassName
{
color: #795CF1;
}
.AnyTagClassName
{
color: #795CF1;
}
</style>
background-color css
<style>
a { background-color: #795CF1; }
a { background-color: rgb(121,92,241); }
div.DivClassName
{
background-color: #795CF1;
}
.BgClassName
{
background-color: #795CF1;
}
</style>
border-color css
<style>
span { border-color: #795CF1; }
span { border-color: rgb(121,92,241); }
td.TdClassName
{
border-color: #795CF1;
}
.TagClassName
{
border-color: #795CF1;
}
</style>