Shades of Medium Slate Blue #774FEB
Tints of Medium Slate Blue #774FEB
RGB
CMYK
RGB Variations
Color information
#774FEB (or 0x774FEB) is known color: Medium Slate Blue. HEX triplet: 77, 4F and EB. RGB value is (119,79,235). Sum of RGB (Red+Green+Blue) = 119+79+235=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #774FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774FEB is #88B014. Grayscale: #6C6C6C. Windows color (decimal): -8957973 or 15421303. OLE color: 15421303.
HSL color Cylindrical-coordinate representation of color #774FEB: hue angle of 255.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #774FEB is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 79 | 235 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.08 |
| HSL | 255.38º | 0.8% | 0.62% | - |
| HSV(B) | 255.38º | 0.66% | 0.92% | - |
| XYZ | 25.4 | 15.51 | 80.25 | - |
| YUV | 108.74 | 199.25 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 235 | 0.49 | 0.66 | 0 | 0.08 | 255.38 | 0.8 | 0.62 |
| Hex | 77 | 4F | EB | 31 | 42 | 0 | 8 | FF | 50 | 3E |
| Octal | 167 | 117 | 353 | 61 | 102 | 0 | 10 | 377 | 120 | 76 |
| Binary | 1110111 | 1001111 | 11101011 | 110001 | 1000010 | 0 | 1000 | 11111111 | 1010000 | 111110 |
Color Harmonies of #774FEB
Complementary color
Monochromatic Colors of #774FEB
Black with #774FEB
Text Example
Text Example
White with #774FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774FEB; }
p { color: rgb(119,79,235); }
H1.HeaderClassName
{
color: #774FEB;
}
.AnyTagClassName
{
color: #774FEB;
}
</style>
background-color css
<style>
a { background-color: #774FEB; }
a { background-color: rgb(119,79,235); }
div.DivClassName
{
background-color: #774FEB;
}
.BgClassName
{
background-color: #774FEB;
}
</style>
border-color css
<style>
span { border-color: #774FEB; }
span { border-color: rgb(119,79,235); }
td.TdClassName
{
border-color: #774FEB;
}
.TagClassName
{
border-color: #774FEB;
}
</style>