Shades of Medium Slate Blue #774CED
Tints of Medium Slate Blue #774CED
RGB
CMYK
RGB Variations
Color information
#774CED (or 0x774CED) is known color: Medium Slate Blue. HEX triplet: 77, 4C and ED. RGB value is (119,76,237). Sum of RGB (Red+Green+Blue) = 119+76+237=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #774CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774CED is #88B312. Grayscale: #6A6A6A. Windows color (decimal): -8958739 or 15551607. OLE color: 15551607.
HSL color Cylindrical-coordinate representation of color #774CED: hue angle of 256.02º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #774CED is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 76 | 237 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.07 |
| HSL | 256.02º | 0.82% | 0.61% | - |
| HSV(B) | 256.02º | 0.68% | 0.93% | - |
| XYZ | 25.48 | 15.21 | 81.71 | - |
| YUV | 107.21 | 201.25 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 237 | 0.50 | 0.68 | 0 | 0.07 | 256.02 | 0.82 | 0.61 |
| Hex | 77 | 4C | ED | 32 | 44 | 0 | 7 | 100 | 52 | 3D |
| Octal | 167 | 114 | 355 | 62 | 104 | 0 | 7 | 400 | 122 | 75 |
| Binary | 1110111 | 1001100 | 11101101 | 110010 | 1000100 | 0 | 111 | 100000000 | 1010010 | 111101 |
Color Harmonies of #774CED
Complementary color
Monochromatic Colors of #774CED
Black with #774CED
Text Example
Text Example
White with #774CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774CED; }
p { color: rgb(119,76,237); }
H1.HeaderClassName
{
color: #774CED;
}
.AnyTagClassName
{
color: #774CED;
}
</style>
background-color css
<style>
a { background-color: #774CED; }
a { background-color: rgb(119,76,237); }
div.DivClassName
{
background-color: #774CED;
}
.BgClassName
{
background-color: #774CED;
}
</style>
border-color css
<style>
span { border-color: #774CED; }
span { border-color: rgb(119,76,237); }
td.TdClassName
{
border-color: #774CED;
}
.TagClassName
{
border-color: #774CED;
}
</style>