Shades of Medium Slate Blue #774DEE
Tints of Medium Slate Blue #774DEE
RGB
CMYK
RGB Variations
Color information
#774DEE (or 0x774DEE) is known color: Medium Slate Blue. HEX triplet: 77, 4D and EE. RGB value is (119,77,238). Sum of RGB (Red+Green+Blue) = 119+77+238=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #774DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774DEE is #88B211. Grayscale: #6B6B6B. Windows color (decimal): -8958482 or 15617399. OLE color: 15617399.
HSL color Cylindrical-coordinate representation of color #774DEE: hue angle of 255.65º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #774DEE is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 77 | 238 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.07 |
| HSL | 255.65º | 0.83% | 0.62% | - |
| HSV(B) | 255.65º | 0.68% | 0.93% | - |
| XYZ | 25.69 | 15.4 | 82.51 | - |
| YUV | 107.91 | 201.41 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 238 | 0.50 | 0.68 | 0 | 0.07 | 255.65 | 0.83 | 0.62 |
| Hex | 77 | 4D | EE | 32 | 44 | 0 | 7 | 100 | 53 | 3E |
| Octal | 167 | 115 | 356 | 62 | 104 | 0 | 7 | 400 | 123 | 76 |
| Binary | 1110111 | 1001101 | 11101110 | 110010 | 1000100 | 0 | 111 | 100000000 | 1010011 | 111110 |
Color Harmonies of #774DEE
Complementary color
Monochromatic Colors of #774DEE
Black with #774DEE
Text Example
Text Example
White with #774DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774DEE; }
p { color: rgb(119,77,238); }
H1.HeaderClassName
{
color: #774DEE;
}
.AnyTagClassName
{
color: #774DEE;
}
</style>
background-color css
<style>
a { background-color: #774DEE; }
a { background-color: rgb(119,77,238); }
div.DivClassName
{
background-color: #774DEE;
}
.BgClassName
{
background-color: #774DEE;
}
</style>
border-color css
<style>
span { border-color: #774DEE; }
span { border-color: rgb(119,77,238); }
td.TdClassName
{
border-color: #774DEE;
}
.TagClassName
{
border-color: #774DEE;
}
</style>