Shades of Medium Slate Blue #784FEB
Tints of Medium Slate Blue #784FEB
RGB
CMYK
RGB Variations
Color information
#784FEB (or 0x784FEB) is known color: Medium Slate Blue. HEX triplet: 78, 4F and EB. RGB value is (120,79,235). Sum of RGB (Red+Green+Blue) = 120+79+235=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #784FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #784FEB is #87B014. Grayscale: #6C6C6C. Windows color (decimal): -8892437 or 15421304. OLE color: 15421304.
HSL color Cylindrical-coordinate representation of color #784FEB: hue angle of 255.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #784FEB is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 79 | 235 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.08 |
| HSL | 255.77º | 0.8% | 0.62% | - |
| HSV(B) | 255.77º | 0.66% | 0.92% | - |
| XYZ | 25.54 | 15.58 | 80.26 | - |
| YUV | 109.04 | 199.08 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 235 | 0.49 | 0.66 | 0 | 0.08 | 255.77 | 0.8 | 0.62 |
| Hex | 78 | 4F | EB | 31 | 42 | 0 | 8 | 100 | 50 | 3E |
| Octal | 170 | 117 | 353 | 61 | 102 | 0 | 10 | 400 | 120 | 76 |
| Binary | 1111000 | 1001111 | 11101011 | 110001 | 1000010 | 0 | 1000 | 100000000 | 1010000 | 111110 |
Color Harmonies of #784FEB
Complementary color
Monochromatic Colors of #784FEB
Black with #784FEB
Text Example
Text Example
White with #784FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784FEB; }
p { color: rgb(120,79,235); }
H1.HeaderClassName
{
color: #784FEB;
}
.AnyTagClassName
{
color: #784FEB;
}
</style>
background-color css
<style>
a { background-color: #784FEB; }
a { background-color: rgb(120,79,235); }
div.DivClassName
{
background-color: #784FEB;
}
.BgClassName
{
background-color: #784FEB;
}
</style>
border-color css
<style>
span { border-color: #784FEB; }
span { border-color: rgb(120,79,235); }
td.TdClassName
{
border-color: #784FEB;
}
.TagClassName
{
border-color: #784FEB;
}
</style>