Shades of Medium Slate Blue #774CEB
Tints of Medium Slate Blue #774CEB
RGB
CMYK
RGB Variations
Color information
#774CEB (or 0x774CEB) is known color: Medium Slate Blue. HEX triplet: 77, 4C and EB. RGB value is (119,76,235). Sum of RGB (Red+Green+Blue) = 119+76+235=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #774CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774CEB is #88B314. Grayscale: #6A6A6A. Windows color (decimal): -8958741 or 15420535. OLE color: 15420535.
HSL color Cylindrical-coordinate representation of color #774CEB: hue angle of 256.23º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #774CEB is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 76 | 235 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.08 |
| HSL | 256.23º | 0.8% | 0.61% | - |
| HSV(B) | 256.23º | 0.68% | 0.92% | - |
| XYZ | 25.19 | 15.09 | 80.18 | - |
| YUV | 106.98 | 200.25 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 235 | 0.49 | 0.68 | 0 | 0.08 | 256.23 | 0.8 | 0.61 |
| Hex | 77 | 4C | EB | 31 | 44 | 0 | 8 | 100 | 50 | 3D |
| Octal | 167 | 114 | 353 | 61 | 104 | 0 | 10 | 400 | 120 | 75 |
| Binary | 1110111 | 1001100 | 11101011 | 110001 | 1000100 | 0 | 1000 | 100000000 | 1010000 | 111101 |
Color Harmonies of #774CEB
Complementary color
Monochromatic Colors of #774CEB
Black with #774CEB
Text Example
Text Example
White with #774CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774CEB; }
p { color: rgb(119,76,235); }
H1.HeaderClassName
{
color: #774CEB;
}
.AnyTagClassName
{
color: #774CEB;
}
</style>
background-color css
<style>
a { background-color: #774CEB; }
a { background-color: rgb(119,76,235); }
div.DivClassName
{
background-color: #774CEB;
}
.BgClassName
{
background-color: #774CEB;
}
</style>
border-color css
<style>
span { border-color: #774CEB; }
span { border-color: rgb(119,76,235); }
td.TdClassName
{
border-color: #774CEB;
}
.TagClassName
{
border-color: #774CEB;
}
</style>