Shades of Medium Slate Blue #774FF6
Tints of Medium Slate Blue #774FF6
RGB
CMYK
RGB Variations
Color information
#774FF6 (or 0x774FF6) is known color: Medium Slate Blue. HEX triplet: 77, 4F and F6. RGB value is (119,79,246). Sum of RGB (Red+Green+Blue) = 119+79+246=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 246 (96.48% from 255 or 55.41% from 444); Max value from RGB is 246 - color contains mainly: blue. Hex color #774FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774FF6 is #88B009. Grayscale: #6D6D6D. Windows color (decimal): -8957962 or 16142199. OLE color: 16142199.
HSL color Cylindrical-coordinate representation of color #774FF6: hue angle of 254.37º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #774FF6 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 79 | 246 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.04 |
| HSL | 254.37º | 0.9% | 0.64% | - |
| HSV(B) | 254.37º | 0.68% | 0.96% | - |
| XYZ | 27.04 | 16.17 | 88.88 | - |
| YUV | 110 | 204.75 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 246 | 0.52 | 0.68 | 0 | 0.04 | 254.37 | 0.9 | 0.64 |
| Hex | 77 | 4F | F6 | 34 | 44 | 0 | 4 | FE | 5A | 40 |
| Octal | 167 | 117 | 366 | 64 | 104 | 0 | 4 | 376 | 132 | 100 |
| Binary | 1110111 | 1001111 | 11110110 | 110100 | 1000100 | 0 | 100 | 11111110 | 1011010 | 1000000 |
Color Harmonies of #774FF6
Complementary color
Monochromatic Colors of #774FF6
Black with #774FF6
Text Example
Text Example
White with #774FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774FF6; }
p { color: rgb(119,79,246); }
H1.HeaderClassName
{
color: #774FF6;
}
.AnyTagClassName
{
color: #774FF6;
}
</style>
background-color css
<style>
a { background-color: #774FF6; }
a { background-color: rgb(119,79,246); }
div.DivClassName
{
background-color: #774FF6;
}
.BgClassName
{
background-color: #774FF6;
}
</style>
border-color css
<style>
span { border-color: #774FF6; }
span { border-color: rgb(119,79,246); }
td.TdClassName
{
border-color: #774FF6;
}
.TagClassName
{
border-color: #774FF6;
}
</style>