Shades of Medium Slate Blue #774DFE
Tints of Medium Slate Blue #774DFE
RGB
CMYK
RGB Variations
Color information
#774DFE (or 0x774DFE) is known color: Medium Slate Blue. HEX triplet: 77, 4D and FE. RGB value is (119,77,254). Sum of RGB (Red+Green+Blue) = 119+77+254=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #774DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774DFE is #88B201. Grayscale: #6D6D6D. Windows color (decimal): -8958466 or 16665975. OLE color: 16665975.
HSL color Cylindrical-coordinate representation of color #774DFE: hue angle of 254.24º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #774DFE is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 77 | 254 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.00 |
| HSL | 254.24º | 0.99% | 0.65% | - |
| HSV(B) | 254.24º | 0.7% | 1% | - |
| XYZ | 28.15 | 16.39 | 95.44 | - |
| YUV | 109.74 | 209.41 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 254 | 0.53 | 0.70 | 0 | 0.00 | 254.24 | 0.99 | 0.65 |
| Hex | 77 | 4D | FE | 35 | 46 | 0 | 0 | FE | 63 | 41 |
| Octal | 167 | 115 | 376 | 65 | 106 | 0 | 0 | 376 | 143 | 101 |
| Binary | 1110111 | 1001101 | 11111110 | 110101 | 1000110 | 0 | 0 | 11111110 | 1100011 | 1000001 |
Color Harmonies of #774DFE
Complementary color
Monochromatic Colors of #774DFE
Black with #774DFE
Text Example
Text Example
White with #774DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774DFE; }
p { color: rgb(119,77,254); }
H1.HeaderClassName
{
color: #774DFE;
}
.AnyTagClassName
{
color: #774DFE;
}
</style>
background-color css
<style>
a { background-color: #774DFE; }
a { background-color: rgb(119,77,254); }
div.DivClassName
{
background-color: #774DFE;
}
.BgClassName
{
background-color: #774DFE;
}
</style>
border-color css
<style>
span { border-color: #774DFE; }
span { border-color: rgb(119,77,254); }
td.TdClassName
{
border-color: #774DFE;
}
.TagClassName
{
border-color: #774DFE;
}
</style>