Shades of Medium Slate Blue #774EEE
Tints of Medium Slate Blue #774EEE
RGB
CMYK
RGB Variations
Color information
#774EEE (or 0x774EEE) is known color: Medium Slate Blue. HEX triplet: 77, 4E and EE. RGB value is (119,78,238). Sum of RGB (Red+Green+Blue) = 119+78+238=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #774EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774EEE is #88B111. Grayscale: #6B6B6B. Windows color (decimal): -8958226 or 15617655. OLE color: 15617655.
HSL color Cylindrical-coordinate representation of color #774EEE: hue angle of 255.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #774EEE is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 78 | 238 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.07 |
| HSL | 255.38º | 0.82% | 0.62% | - |
| HSV(B) | 255.38º | 0.67% | 0.93% | - |
| XYZ | 25.76 | 15.54 | 82.53 | - |
| YUV | 108.5 | 201.08 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 238 | 0.50 | 0.67 | 0 | 0.07 | 255.38 | 0.82 | 0.62 |
| Hex | 77 | 4E | EE | 32 | 43 | 0 | 7 | FF | 52 | 3E |
| Octal | 167 | 116 | 356 | 62 | 103 | 0 | 7 | 377 | 122 | 76 |
| Binary | 1110111 | 1001110 | 11101110 | 110010 | 1000011 | 0 | 111 | 11111111 | 1010010 | 111110 |
Color Harmonies of #774EEE
Complementary color
Monochromatic Colors of #774EEE
Black with #774EEE
Text Example
Text Example
White with #774EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774EEE; }
p { color: rgb(119,78,238); }
H1.HeaderClassName
{
color: #774EEE;
}
.AnyTagClassName
{
color: #774EEE;
}
</style>
background-color css
<style>
a { background-color: #774EEE; }
a { background-color: rgb(119,78,238); }
div.DivClassName
{
background-color: #774EEE;
}
.BgClassName
{
background-color: #774EEE;
}
</style>
border-color css
<style>
span { border-color: #774EEE; }
span { border-color: rgb(119,78,238); }
td.TdClassName
{
border-color: #774EEE;
}
.TagClassName
{
border-color: #774EEE;
}
</style>