Shades of Medium Slate Blue #795BFE
Tints of Medium Slate Blue #795BFE
RGB
CMYK
RGB Variations
Color information
#795BFE (or 0x795BFE) is known color: Medium Slate Blue. HEX triplet: 79, 5B and FE. RGB value is (121,91,254). Sum of RGB (Red+Green+Blue) = 121+91+254=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #795BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795BFE is #86A401. Grayscale: #757575. Windows color (decimal): -8823810 or 16669561. OLE color: 16669561.
HSL color Cylindrical-coordinate representation of color #795BFE: hue angle of 251.04º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #795BFE is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 91 | 254 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.00 |
| HSL | 251.04º | 0.99% | 0.68% | - |
| HSV(B) | 251.04º | 0.64% | 1% | - |
| XYZ | 29.52 | 18.7 | 95.82 | - |
| YUV | 118.55 | 204.44 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 254 | 0.52 | 0.64 | 0 | 0.00 | 251.04 | 0.99 | 0.68 |
| Hex | 79 | 5B | FE | 34 | 40 | 0 | 0 | FB | 63 | 44 |
| Octal | 171 | 133 | 376 | 64 | 100 | 0 | 0 | 373 | 143 | 104 |
| Binary | 1111001 | 1011011 | 11111110 | 110100 | 1000000 | 0 | 0 | 11111011 | 1100011 | 1000100 |
Color Harmonies of #795BFE
Complementary color
Monochromatic Colors of #795BFE
Black with #795BFE
Text Example
Text Example
White with #795BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795BFE; }
p { color: rgb(121,91,254); }
H1.HeaderClassName
{
color: #795BFE;
}
.AnyTagClassName
{
color: #795BFE;
}
</style>
background-color css
<style>
a { background-color: #795BFE; }
a { background-color: rgb(121,91,254); }
div.DivClassName
{
background-color: #795BFE;
}
.BgClassName
{
background-color: #795BFE;
}
</style>
border-color css
<style>
span { border-color: #795BFE; }
span { border-color: rgb(121,91,254); }
td.TdClassName
{
border-color: #795BFE;
}
.TagClassName
{
border-color: #795BFE;
}
</style>