Shades of Medium Slate Blue #784CEB
Tints of Medium Slate Blue #784CEB
RGB
CMYK
RGB Variations
Color information
#784CEB (or 0x784CEB) is known color: Medium Slate Blue. HEX triplet: 78, 4C and EB. RGB value is (120,76,235). Sum of RGB (Red+Green+Blue) = 120+76+235=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #784CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #784CEB is #87B314. Grayscale: #6A6A6A. Windows color (decimal): -8893205 or 15420536. OLE color: 15420536.
HSL color Cylindrical-coordinate representation of color #784CEB: hue angle of 256.6º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #784CEB is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 76 | 235 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.08 |
| HSL | 256.6º | 0.8% | 0.61% | - |
| HSV(B) | 256.6º | 0.68% | 0.92% | - |
| XYZ | 25.33 | 15.16 | 80.19 | - |
| YUV | 107.28 | 200.08 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 235 | 0.49 | 0.68 | 0 | 0.08 | 256.6 | 0.8 | 0.61 |
| Hex | 78 | 4C | EB | 31 | 44 | 0 | 8 | 101 | 50 | 3D |
| Octal | 170 | 114 | 353 | 61 | 104 | 0 | 10 | 401 | 120 | 75 |
| Binary | 1111000 | 1001100 | 11101011 | 110001 | 1000100 | 0 | 1000 | 100000001 | 1010000 | 111101 |
Color Harmonies of #784CEB
Complementary color
Monochromatic Colors of #784CEB
Black with #784CEB
Text Example
Text Example
White with #784CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784CEB; }
p { color: rgb(120,76,235); }
H1.HeaderClassName
{
color: #784CEB;
}
.AnyTagClassName
{
color: #784CEB;
}
</style>
background-color css
<style>
a { background-color: #784CEB; }
a { background-color: rgb(120,76,235); }
div.DivClassName
{
background-color: #784CEB;
}
.BgClassName
{
background-color: #784CEB;
}
</style>
border-color css
<style>
span { border-color: #784CEB; }
span { border-color: rgb(120,76,235); }
td.TdClassName
{
border-color: #784CEB;
}
.TagClassName
{
border-color: #784CEB;
}
</style>