Shades of Medium Slate Blue #795DF3
Tints of Medium Slate Blue #795DF3
RGB
CMYK
RGB Variations
Color information
#795DF3 (or 0x795DF3) is known color: Medium Slate Blue. HEX triplet: 79, 5D and F3. RGB value is (121,93,243). Sum of RGB (Red+Green+Blue) = 121+93+243=457 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.48% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 243 (95.31% from 255 or 53.17% from 457); Max value from RGB is 243 - color contains mainly: blue. Hex color #795DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795DF3 is #86A20C. Grayscale: #757575. Windows color (decimal): -8823309 or 15949177. OLE color: 15949177.
HSL color Cylindrical-coordinate representation of color #795DF3: hue angle of 251.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #795DF3 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 93 | 243 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.05 |
| HSL | 251.2º | 0.86% | 0.66% | - |
| HSV(B) | 251.2º | 0.62% | 0.95% | - |
| XYZ | 27.98 | 18.36 | 86.86 | - |
| YUV | 118.47 | 198.28 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 243 | 0.50 | 0.62 | 0 | 0.05 | 251.2 | 0.86 | 0.66 |
| Hex | 79 | 5D | F3 | 32 | 3E | 0 | 5 | FB | 56 | 42 |
| Octal | 171 | 135 | 363 | 62 | 76 | 0 | 5 | 373 | 126 | 102 |
| Binary | 1111001 | 1011101 | 11110011 | 110010 | 111110 | 0 | 101 | 11111011 | 1010110 | 1000010 |
Color Harmonies of #795DF3
Complementary color
Monochromatic Colors of #795DF3
Black with #795DF3
Text Example
Text Example
White with #795DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795DF3; }
p { color: rgb(121,93,243); }
H1.HeaderClassName
{
color: #795DF3;
}
.AnyTagClassName
{
color: #795DF3;
}
</style>
background-color css
<style>
a { background-color: #795DF3; }
a { background-color: rgb(121,93,243); }
div.DivClassName
{
background-color: #795DF3;
}
.BgClassName
{
background-color: #795DF3;
}
</style>
border-color css
<style>
span { border-color: #795DF3; }
span { border-color: rgb(121,93,243); }
td.TdClassName
{
border-color: #795DF3;
}
.TagClassName
{
border-color: #795DF3;
}
</style>