Shades of Medium Slate Blue #795FF2
Tints of Medium Slate Blue #795FF2
RGB
CMYK
RGB Variations
Color information
#795FF2 (or 0x795FF2) is known color: Medium Slate Blue. HEX triplet: 79, 5F and F2. RGB value is (121,95,242). Sum of RGB (Red+Green+Blue) = 121+95+242=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 242 (94.92% from 255 or 52.84% from 458); Max value from RGB is 242 - color contains mainly: blue. Hex color #795FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795FF2 is #86A00D. Grayscale: #767676. Windows color (decimal): -8822798 or 15884153. OLE color: 15884153.
HSL color Cylindrical-coordinate representation of color #795FF2: hue angle of 250.61º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #795FF2 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 95 | 242 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.05 |
| HSL | 250.61º | 0.85% | 0.66% | - |
| HSV(B) | 250.61º | 0.61% | 0.95% | - |
| XYZ | 28 | 18.66 | 86.13 | - |
| YUV | 119.53 | 197.11 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 95 | 242 | 0.50 | 0.61 | 0 | 0.05 | 250.61 | 0.85 | 0.66 |
| Hex | 79 | 5F | F2 | 32 | 3D | 0 | 5 | FB | 55 | 42 |
| Octal | 171 | 137 | 362 | 62 | 75 | 0 | 5 | 373 | 125 | 102 |
| Binary | 1111001 | 1011111 | 11110010 | 110010 | 111101 | 0 | 101 | 11111011 | 1010101 | 1000010 |
Color Harmonies of #795FF2
Complementary color
Monochromatic Colors of #795FF2
Black with #795FF2
Text Example
Text Example
White with #795FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795FF2; }
p { color: rgb(121,95,242); }
H1.HeaderClassName
{
color: #795FF2;
}
.AnyTagClassName
{
color: #795FF2;
}
</style>
background-color css
<style>
a { background-color: #795FF2; }
a { background-color: rgb(121,95,242); }
div.DivClassName
{
background-color: #795FF2;
}
.BgClassName
{
background-color: #795FF2;
}
</style>
border-color css
<style>
span { border-color: #795FF2; }
span { border-color: rgb(121,95,242); }
td.TdClassName
{
border-color: #795FF2;
}
.TagClassName
{
border-color: #795FF2;
}
</style>