Shades of Medium Slate Blue #795CFF
Tints of Medium Slate Blue #795CFF
RGB
CMYK
RGB Variations
Color information
#795CFF (or 0x795CFF) is known color: Medium Slate Blue. HEX triplet: 79, 5C and FF. RGB value is (121,92,255). Sum of RGB (Red+Green+Blue) = 121+92+255=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #795CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795CFF is #86A300. Grayscale: #767676. Windows color (decimal): -8823553 or 16735353. OLE color: 16735353.
HSL color Cylindrical-coordinate representation of color #795CFF: hue angle of 250.67º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #795CFF is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 92 | 255 | - |
| CMYK | 0.53 | 0.64 | 0 | 0 |
| HSL | 250.67º | 1% | 0.68% | - |
| HSV(B) | 250.67º | 0.64% | 1% | - |
| XYZ | 29.76 | 18.94 | 96.69 | - |
| YUV | 119.25 | 204.61 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 92 | 255 | 0.53 | 0.64 | 0 | 0 | 250.67 | 1 | 0.68 |
| Hex | 79 | 5C | FF | 35 | 40 | 0 | 0 | FB | 64 | 44 |
| Octal | 171 | 134 | 377 | 65 | 100 | 0 | 0 | 373 | 144 | 104 |
| Binary | 1111001 | 1011100 | 11111111 | 110101 | 1000000 | 0 | 0 | 11111011 | 1100100 | 1000100 |
Color Harmonies of #795CFF
Complementary color
Monochromatic Colors of #795CFF
Black with #795CFF
Text Example
Text Example
White with #795CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795CFF; }
p { color: rgb(121,92,255); }
H1.HeaderClassName
{
color: #795CFF;
}
.AnyTagClassName
{
color: #795CFF;
}
</style>
background-color css
<style>
a { background-color: #795CFF; }
a { background-color: rgb(121,92,255); }
div.DivClassName
{
background-color: #795CFF;
}
.BgClassName
{
background-color: #795CFF;
}
</style>
border-color css
<style>
span { border-color: #795CFF; }
span { border-color: rgb(121,92,255); }
td.TdClassName
{
border-color: #795CFF;
}
.TagClassName
{
border-color: #795CFF;
}
</style>