Shades of Medium Slate Blue #7774EE
Tints of Medium Slate Blue #7774EE
RGB
CMYK
RGB Variations
Color information
#7774EE (or 0x7774EE) is known color: Medium Slate Blue. HEX triplet: 77, 74 and EE. RGB value is (119,116,238). Sum of RGB (Red+Green+Blue) = 119+116+238=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #7774EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7774EE is #888B11. Grayscale: #828282. Windows color (decimal): -8948498 or 15627383. OLE color: 15627383.
HSL color Cylindrical-coordinate representation of color #7774EE: hue angle of 241.48º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7774EE is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 116 | 238 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.07 |
| HSL | 241.48º | 0.78% | 0.69% | - |
| HSV(B) | 241.48º | 0.51% | 0.93% | - |
| XYZ | 29.29 | 22.59 | 83.7 | - |
| YUV | 130.81 | 188.49 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 238 | 0.50 | 0.51 | 0 | 0.07 | 241.48 | 0.78 | 0.69 |
| Hex | 77 | 74 | EE | 32 | 33 | 0 | 7 | F1 | 4E | 45 |
| Octal | 167 | 164 | 356 | 62 | 63 | 0 | 7 | 361 | 116 | 105 |
| Binary | 1110111 | 1110100 | 11101110 | 110010 | 110011 | 0 | 111 | 11110001 | 1001110 | 1000101 |
Color Harmonies of #7774EE
Complementary color
Monochromatic Colors of #7774EE
Black with #7774EE
Text Example
Text Example
White with #7774EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7774EE; }
p { color: rgb(119,116,238); }
H1.HeaderClassName
{
color: #7774EE;
}
.AnyTagClassName
{
color: #7774EE;
}
</style>
background-color css
<style>
a { background-color: #7774EE; }
a { background-color: rgb(119,116,238); }
div.DivClassName
{
background-color: #7774EE;
}
.BgClassName
{
background-color: #7774EE;
}
</style>
border-color css
<style>
span { border-color: #7774EE; }
span { border-color: rgb(119,116,238); }
td.TdClassName
{
border-color: #7774EE;
}
.TagClassName
{
border-color: #7774EE;
}
</style>