Shades of Medium Slate Blue #784BED
Tints of Medium Slate Blue #784BED
RGB
CMYK
RGB Variations
Color information
#784BED (or 0x784BED) is known color: Medium Slate Blue. HEX triplet: 78, 4B and ED. RGB value is (120,75,237). Sum of RGB (Red+Green+Blue) = 120+75+237=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #784BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #784BED is #87B412. Grayscale: #6A6A6A. Windows color (decimal): -8893459 or 15551352. OLE color: 15551352.
HSL color Cylindrical-coordinate representation of color #784BED: hue angle of 256.67º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #784BED is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 75 | 237 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.07 |
| HSL | 256.67º | 0.82% | 0.61% | - |
| HSV(B) | 256.67º | 0.68% | 0.93% | - |
| XYZ | 25.55 | 15.14 | 81.7 | - |
| YUV | 106.92 | 201.41 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 75 | 237 | 0.49 | 0.68 | 0 | 0.07 | 256.67 | 0.82 | 0.61 |
| Hex | 78 | 4B | ED | 31 | 44 | 0 | 7 | 101 | 52 | 3D |
| Octal | 170 | 113 | 355 | 61 | 104 | 0 | 7 | 401 | 122 | 75 |
| Binary | 1111000 | 1001011 | 11101101 | 110001 | 1000100 | 0 | 111 | 100000001 | 1010010 | 111101 |
Color Harmonies of #784BED
Complementary color
Monochromatic Colors of #784BED
Black with #784BED
Text Example
Text Example
White with #784BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784BED; }
p { color: rgb(120,75,237); }
H1.HeaderClassName
{
color: #784BED;
}
.AnyTagClassName
{
color: #784BED;
}
</style>
background-color css
<style>
a { background-color: #784BED; }
a { background-color: rgb(120,75,237); }
div.DivClassName
{
background-color: #784BED;
}
.BgClassName
{
background-color: #784BED;
}
</style>
border-color css
<style>
span { border-color: #784BED; }
span { border-color: rgb(120,75,237); }
td.TdClassName
{
border-color: #784BED;
}
.TagClassName
{
border-color: #784BED;
}
</style>