Shades of Medium Slate Blue #795CFE
Tints of Medium Slate Blue #795CFE
RGB
CMYK
RGB Variations
Color information
#795CFE (or 0x795CFE) is known color: Medium Slate Blue. HEX triplet: 79, 5C and FE. RGB value is (121,92,254). Sum of RGB (Red+Green+Blue) = 121+92+254=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #795CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795CFE is #86A301. Grayscale: #767676. Windows color (decimal): -8823554 or 16669817. OLE color: 16669817.
HSL color Cylindrical-coordinate representation of color #795CFE: hue angle of 250.74º 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 #795CFE is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 92 | 254 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.00 |
| HSL | 250.74º | 0.99% | 0.68% | - |
| HSV(B) | 250.74º | 0.64% | 1% | - |
| XYZ | 29.6 | 18.88 | 95.85 | - |
| YUV | 119.14 | 204.11 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 92 | 254 | 0.52 | 0.64 | 0 | 0.00 | 250.74 | 0.99 | 0.68 |
| Hex | 79 | 5C | FE | 34 | 40 | 0 | 0 | FB | 63 | 44 |
| Octal | 171 | 134 | 376 | 64 | 100 | 0 | 0 | 373 | 143 | 104 |
| Binary | 1111001 | 1011100 | 11111110 | 110100 | 1000000 | 0 | 0 | 11111011 | 1100011 | 1000100 |
Color Harmonies of #795CFE
Complementary color
Monochromatic Colors of #795CFE
Black with #795CFE
Text Example
Text Example
White with #795CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795CFE; }
p { color: rgb(121,92,254); }
H1.HeaderClassName
{
color: #795CFE;
}
.AnyTagClassName
{
color: #795CFE;
}
</style>
background-color css
<style>
a { background-color: #795CFE; }
a { background-color: rgb(121,92,254); }
div.DivClassName
{
background-color: #795CFE;
}
.BgClassName
{
background-color: #795CFE;
}
</style>
border-color css
<style>
span { border-color: #795CFE; }
span { border-color: rgb(121,92,254); }
td.TdClassName
{
border-color: #795CFE;
}
.TagClassName
{
border-color: #795CFE;
}
</style>