Shades of Medium Slate Blue #7754FE
Tints of Medium Slate Blue #7754FE
RGB
CMYK
RGB Variations
Color information
#7754FE (or 0x7754FE) is known color: Medium Slate Blue. HEX triplet: 77, 54 and FE. RGB value is (119,84,254). Sum of RGB (Red+Green+Blue) = 119+84+254=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #7754FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7754FE is #88AB01. Grayscale: #717171. Windows color (decimal): -8956674 or 16667767. OLE color: 16667767.
HSL color Cylindrical-coordinate representation of color #7754FE: hue angle of 252.35º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7754FE is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 84 | 254 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.00 |
| HSL | 252.35º | 0.99% | 0.66% | - |
| HSV(B) | 252.35º | 0.67% | 1% | - |
| XYZ | 28.67 | 17.42 | 95.62 | - |
| YUV | 113.85 | 207.1 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 254 | 0.53 | 0.67 | 0 | 0.00 | 252.35 | 0.99 | 0.66 |
| Hex | 77 | 54 | FE | 35 | 43 | 0 | 0 | FC | 63 | 42 |
| Octal | 167 | 124 | 376 | 65 | 103 | 0 | 0 | 374 | 143 | 102 |
| Binary | 1110111 | 1010100 | 11111110 | 110101 | 1000011 | 0 | 0 | 11111100 | 1100011 | 1000010 |
Color Harmonies of #7754FE
Complementary color
Monochromatic Colors of #7754FE
Black with #7754FE
Text Example
Text Example
White with #7754FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7754FE; }
p { color: rgb(119,84,254); }
H1.HeaderClassName
{
color: #7754FE;
}
.AnyTagClassName
{
color: #7754FE;
}
</style>
background-color css
<style>
a { background-color: #7754FE; }
a { background-color: rgb(119,84,254); }
div.DivClassName
{
background-color: #7754FE;
}
.BgClassName
{
background-color: #7754FE;
}
</style>
border-color css
<style>
span { border-color: #7754FE; }
span { border-color: rgb(119,84,254); }
td.TdClassName
{
border-color: #7754FE;
}
.TagClassName
{
border-color: #7754FE;
}
</style>