Shades of Medium Slate Blue #795DFC
Tints of Medium Slate Blue #795DFC
RGB
CMYK
RGB Variations
Color information
#795DFC (or 0x795DFC) is known color: Medium Slate Blue. HEX triplet: 79, 5D and FC. RGB value is (121,93,252). Sum of RGB (Red+Green+Blue) = 121+93+252=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #795DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795DFC is #86A203. Grayscale: #767676. Windows color (decimal): -8823300 or 16539001. OLE color: 16539001.
HSL color Cylindrical-coordinate representation of color #795DFC: hue angle of 250.57º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #795DFC is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 93 | 252 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.01 |
| HSL | 250.57º | 0.96% | 0.68% | - |
| HSV(B) | 250.57º | 0.63% | 0.99% | - |
| XYZ | 29.37 | 18.92 | 94.2 | - |
| YUV | 119.5 | 202.78 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 252 | 0.52 | 0.63 | 0 | 0.01 | 250.57 | 0.96 | 0.68 |
| Hex | 79 | 5D | FC | 34 | 3F | 0 | 1 | FB | 60 | 44 |
| Octal | 171 | 135 | 374 | 64 | 77 | 0 | 1 | 373 | 140 | 104 |
| Binary | 1111001 | 1011101 | 11111100 | 110100 | 111111 | 0 | 1 | 11111011 | 1100000 | 1000100 |
Color Harmonies of #795DFC
Complementary color
Monochromatic Colors of #795DFC
Black with #795DFC
Text Example
Text Example
White with #795DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795DFC; }
p { color: rgb(121,93,252); }
H1.HeaderClassName
{
color: #795DFC;
}
.AnyTagClassName
{
color: #795DFC;
}
</style>
background-color css
<style>
a { background-color: #795DFC; }
a { background-color: rgb(121,93,252); }
div.DivClassName
{
background-color: #795DFC;
}
.BgClassName
{
background-color: #795DFC;
}
</style>
border-color css
<style>
span { border-color: #795DFC; }
span { border-color: rgb(121,93,252); }
td.TdClassName
{
border-color: #795DFC;
}
.TagClassName
{
border-color: #795DFC;
}
</style>