Shades of Medium Slate Blue #774FEE
Tints of Medium Slate Blue #774FEE
RGB
CMYK
RGB Variations
Color information
#774FEE (or 0x774FEE) is known color: Medium Slate Blue. HEX triplet: 77, 4F and EE. RGB value is (119,79,238). Sum of RGB (Red+Green+Blue) = 119+79+238=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #774FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774FEE is #88B011. Grayscale: #6C6C6C. Windows color (decimal): -8957970 or 15617911. OLE color: 15617911.
HSL color Cylindrical-coordinate representation of color #774FEE: hue angle of 255.09º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #774FEE is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 79 | 238 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.07 |
| HSL | 255.09º | 0.82% | 0.62% | - |
| HSV(B) | 255.09º | 0.67% | 0.93% | - |
| XYZ | 25.84 | 15.69 | 82.56 | - |
| YUV | 109.09 | 200.75 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 238 | 0.50 | 0.67 | 0 | 0.07 | 255.09 | 0.82 | 0.62 |
| Hex | 77 | 4F | EE | 32 | 43 | 0 | 7 | FF | 52 | 3E |
| Octal | 167 | 117 | 356 | 62 | 103 | 0 | 7 | 377 | 122 | 76 |
| Binary | 1110111 | 1001111 | 11101110 | 110010 | 1000011 | 0 | 111 | 11111111 | 1010010 | 111110 |
Color Harmonies of #774FEE
Complementary color
Monochromatic Colors of #774FEE
Black with #774FEE
Text Example
Text Example
White with #774FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774FEE; }
p { color: rgb(119,79,238); }
H1.HeaderClassName
{
color: #774FEE;
}
.AnyTagClassName
{
color: #774FEE;
}
</style>
background-color css
<style>
a { background-color: #774FEE; }
a { background-color: rgb(119,79,238); }
div.DivClassName
{
background-color: #774FEE;
}
.BgClassName
{
background-color: #774FEE;
}
</style>
border-color css
<style>
span { border-color: #774FEE; }
span { border-color: rgb(119,79,238); }
td.TdClassName
{
border-color: #774FEE;
}
.TagClassName
{
border-color: #774FEE;
}
</style>