Shades of Medium Slate Blue #7754E8
Tints of Medium Slate Blue #7754E8
RGB
CMYK
RGB Variations
Color information
#7754E8 (or 0x7754E8) is known color: Medium Slate Blue. HEX triplet: 77, 54 and E8. RGB value is (119,84,232). Sum of RGB (Red+Green+Blue) = 119+84+232=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 232 (91.02% from 255 or 53.33% from 435); Max value from RGB is 232 - color contains mainly: blue. Hex color #7754E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7754E8 is #88AB17. Grayscale: #6E6E6E. Windows color (decimal): -8956696 or 15225975. OLE color: 15225975.
HSL color Cylindrical-coordinate representation of color #7754E8: hue angle of 254.19º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7754E8 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 84 | 232 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.09 |
| HSL | 254.19º | 0.76% | 0.62% | - |
| HSV(B) | 254.19º | 0.64% | 0.91% | - |
| XYZ | 25.34 | 16.09 | 78.11 | - |
| YUV | 111.34 | 196.1 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 232 | 0.49 | 0.64 | 0 | 0.09 | 254.19 | 0.76 | 0.62 |
| Hex | 77 | 54 | E8 | 31 | 40 | 0 | 9 | FE | 4C | 3E |
| Octal | 167 | 124 | 350 | 61 | 100 | 0 | 11 | 376 | 114 | 76 |
| Binary | 1110111 | 1010100 | 11101000 | 110001 | 1000000 | 0 | 1001 | 11111110 | 1001100 | 111110 |
Color Harmonies of #7754E8
Complementary color
Monochromatic Colors of #7754E8
Black with #7754E8
Text Example
Text Example
White with #7754E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7754E8; }
p { color: rgb(119,84,232); }
H1.HeaderClassName
{
color: #7754E8;
}
.AnyTagClassName
{
color: #7754E8;
}
</style>
background-color css
<style>
a { background-color: #7754E8; }
a { background-color: rgb(119,84,232); }
div.DivClassName
{
background-color: #7754E8;
}
.BgClassName
{
background-color: #7754E8;
}
</style>
border-color css
<style>
span { border-color: #7754E8; }
span { border-color: rgb(119,84,232); }
td.TdClassName
{
border-color: #7754E8;
}
.TagClassName
{
border-color: #7754E8;
}
</style>