Shades of Medium Slate Blue #784FEA
Tints of Medium Slate Blue #784FEA
RGB
CMYK
RGB Variations
Color information
#784FEA (or 0x784FEA) is known color: Medium Slate Blue. HEX triplet: 78, 4F and EA. RGB value is (120,79,234). Sum of RGB (Red+Green+Blue) = 120+79+234=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #784FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #784FEA is #87B015. Grayscale: #6C6C6C. Windows color (decimal): -8892438 or 15355768. OLE color: 15355768.
HSL color Cylindrical-coordinate representation of color #784FEA: hue angle of 255.87º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #784FEA is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 79 | 234 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.08 |
| HSL | 255.87º | 0.79% | 0.61% | - |
| HSV(B) | 255.87º | 0.66% | 0.92% | - |
| XYZ | 25.39 | 15.53 | 79.5 | - |
| YUV | 108.93 | 198.58 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 234 | 0.49 | 0.66 | 0 | 0.08 | 255.87 | 0.79 | 0.61 |
| Hex | 78 | 4F | EA | 31 | 42 | 0 | 8 | 100 | 4F | 3D |
| Octal | 170 | 117 | 352 | 61 | 102 | 0 | 10 | 400 | 117 | 75 |
| Binary | 1111000 | 1001111 | 11101010 | 110001 | 1000010 | 0 | 1000 | 100000000 | 1001111 | 111101 |
Color Harmonies of #784FEA
Complementary color
Monochromatic Colors of #784FEA
Black with #784FEA
Text Example
Text Example
White with #784FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784FEA; }
p { color: rgb(120,79,234); }
H1.HeaderClassName
{
color: #784FEA;
}
.AnyTagClassName
{
color: #784FEA;
}
</style>
background-color css
<style>
a { background-color: #784FEA; }
a { background-color: rgb(120,79,234); }
div.DivClassName
{
background-color: #784FEA;
}
.BgClassName
{
background-color: #784FEA;
}
</style>
border-color css
<style>
span { border-color: #784FEA; }
span { border-color: rgb(120,79,234); }
td.TdClassName
{
border-color: #784FEA;
}
.TagClassName
{
border-color: #784FEA;
}
</style>