Shades of Medium Slate Blue #795DFB
Tints of Medium Slate Blue #795DFB
RGB
CMYK
RGB Variations
Color information
#795DFB (or 0x795DFB) is known color: Medium Slate Blue. HEX triplet: 79, 5D and FB. RGB value is (121,93,251). Sum of RGB (Red+Green+Blue) = 121+93+251=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #795DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795DFB is #86A204. Grayscale: #767676. Windows color (decimal): -8823301 or 16473465. OLE color: 16473465.
HSL color Cylindrical-coordinate representation of color #795DFB: hue angle of 250.63º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #795DFB is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 93 | 251 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.02 |
| HSL | 250.63º | 0.95% | 0.67% | - |
| HSV(B) | 250.63º | 0.63% | 0.98% | - |
| XYZ | 29.21 | 18.86 | 93.37 | - |
| YUV | 119.38 | 202.28 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 251 | 0.52 | 0.63 | 0 | 0.02 | 250.63 | 0.95 | 0.67 |
| Hex | 79 | 5D | FB | 34 | 3F | 0 | 2 | FB | 5F | 43 |
| Octal | 171 | 135 | 373 | 64 | 77 | 0 | 2 | 373 | 137 | 103 |
| Binary | 1111001 | 1011101 | 11111011 | 110100 | 111111 | 0 | 10 | 11111011 | 1011111 | 1000011 |
Color Harmonies of #795DFB
Complementary color
Monochromatic Colors of #795DFB
Black with #795DFB
Text Example
Text Example
White with #795DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795DFB; }
p { color: rgb(121,93,251); }
H1.HeaderClassName
{
color: #795DFB;
}
.AnyTagClassName
{
color: #795DFB;
}
</style>
background-color css
<style>
a { background-color: #795DFB; }
a { background-color: rgb(121,93,251); }
div.DivClassName
{
background-color: #795DFB;
}
.BgClassName
{
background-color: #795DFB;
}
</style>
border-color css
<style>
span { border-color: #795DFB; }
span { border-color: rgb(121,93,251); }
td.TdClassName
{
border-color: #795DFB;
}
.TagClassName
{
border-color: #795DFB;
}
</style>