Shades of Medium Slate Blue #795DDC
Tints of Medium Slate Blue #795DDC
RGB
CMYK
RGB Variations
Color information
#795DDC (or 0x795DDC) is known color: Medium Slate Blue. HEX triplet: 79, 5D and DC. RGB value is (121,93,220). Sum of RGB (Red+Green+Blue) = 121+93+220=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #795DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DDC is #86A223. Grayscale: #737373. Windows color (decimal): -8823332 or 14441849. OLE color: 14441849.
HSL color Cylindrical-coordinate representation of color #795DDC: hue angle of 253.23º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #795DDC is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 93 | 220 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.14 |
| HSL | 253.23º | 0.64% | 0.61% | - |
| HSV(B) | 253.23º | 0.58% | 0.86% | - |
| XYZ | 24.72 | 17.06 | 69.7 | - |
| YUV | 115.85 | 186.78 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 220 | 0.45 | 0.58 | 0 | 0.14 | 253.23 | 0.64 | 0.61 |
| Hex | 79 | 5D | DC | 2D | 3A | 0 | E | FD | 40 | 3D |
| Octal | 171 | 135 | 334 | 55 | 72 | 0 | 16 | 375 | 100 | 75 |
| Binary | 1111001 | 1011101 | 11011100 | 101101 | 111010 | 0 | 1110 | 11111101 | 1000000 | 111101 |
Color Harmonies of #795DDC
Complementary color
Monochromatic Colors of #795DDC
Black with #795DDC
Text Example
Text Example
White with #795DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795DDC; }
p { color: rgb(121,93,220); }
H1.HeaderClassName
{
color: #795DDC;
}
.AnyTagClassName
{
color: #795DDC;
}
</style>
background-color css
<style>
a { background-color: #795DDC; }
a { background-color: rgb(121,93,220); }
div.DivClassName
{
background-color: #795DDC;
}
.BgClassName
{
background-color: #795DDC;
}
</style>
border-color css
<style>
span { border-color: #795DDC; }
span { border-color: rgb(121,93,220); }
td.TdClassName
{
border-color: #795DDC;
}
.TagClassName
{
border-color: #795DDC;
}
</style>