Shades of Medium Slate Blue #774EEB
Tints of Medium Slate Blue #774EEB
RGB
CMYK
RGB Variations
Color information
#774EEB (or 0x774EEB) is known color: Medium Slate Blue. HEX triplet: 77, 4E and EB. RGB value is (119,78,235). Sum of RGB (Red+Green+Blue) = 119+78+235=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #774EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774EEB is #88B114. Grayscale: #6B6B6B. Windows color (decimal): -8958229 or 15421047. OLE color: 15421047.
HSL color Cylindrical-coordinate representation of color #774EEB: hue angle of 255.67º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #774EEB is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 78 | 235 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.08 |
| HSL | 255.67º | 0.8% | 0.61% | - |
| HSV(B) | 255.67º | 0.67% | 0.92% | - |
| XYZ | 25.33 | 15.37 | 80.23 | - |
| YUV | 108.16 | 199.58 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 235 | 0.49 | 0.67 | 0 | 0.08 | 255.67 | 0.8 | 0.61 |
| Hex | 77 | 4E | EB | 31 | 43 | 0 | 8 | 100 | 50 | 3D |
| Octal | 167 | 116 | 353 | 61 | 103 | 0 | 10 | 400 | 120 | 75 |
| Binary | 1110111 | 1001110 | 11101011 | 110001 | 1000011 | 0 | 1000 | 100000000 | 1010000 | 111101 |
Color Harmonies of #774EEB
Complementary color
Monochromatic Colors of #774EEB
Black with #774EEB
Text Example
Text Example
White with #774EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774EEB; }
p { color: rgb(119,78,235); }
H1.HeaderClassName
{
color: #774EEB;
}
.AnyTagClassName
{
color: #774EEB;
}
</style>
background-color css
<style>
a { background-color: #774EEB; }
a { background-color: rgb(119,78,235); }
div.DivClassName
{
background-color: #774EEB;
}
.BgClassName
{
background-color: #774EEB;
}
</style>
border-color css
<style>
span { border-color: #774EEB; }
span { border-color: rgb(119,78,235); }
td.TdClassName
{
border-color: #774EEB;
}
.TagClassName
{
border-color: #774EEB;
}
</style>