Shades of Medium Slate Blue #774FFF
Tints of Medium Slate Blue #774FFF
RGB
CMYK
RGB Variations
Color information
#774FFF (or 0x774FFF) is known color: Medium Slate Blue. HEX triplet: 77, 4F and FF. RGB value is (119,79,255). Sum of RGB (Red+Green+Blue) = 119+79+255=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #774FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774FFF is #88B000. Grayscale: #6E6E6E. Windows color (decimal): -8957953 or 16732023. OLE color: 16732023.
HSL color Cylindrical-coordinate representation of color #774FFF: hue angle of 253.64º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #774FFF is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 79 | 255 | - |
| CMYK | 0.53 | 0.69 | 0 | 0 |
| HSL | 253.64º | 1% | 0.65% | - |
| HSV(B) | 253.64º | 0.69% | 1% | - |
| XYZ | 28.45 | 16.73 | 96.34 | - |
| YUV | 111.02 | 209.25 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 255 | 0.53 | 0.69 | 0 | 0 | 253.64 | 1 | 0.65 |
| Hex | 77 | 4F | FF | 35 | 45 | 0 | 0 | FE | 64 | 41 |
| Octal | 167 | 117 | 377 | 65 | 105 | 0 | 0 | 376 | 144 | 101 |
| Binary | 1110111 | 1001111 | 11111111 | 110101 | 1000101 | 0 | 0 | 11111110 | 1100100 | 1000001 |
Color Harmonies of #774FFF
Complementary color
Monochromatic Colors of #774FFF
Black with #774FFF
Text Example
Text Example
White with #774FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774FFF; }
p { color: rgb(119,79,255); }
H1.HeaderClassName
{
color: #774FFF;
}
.AnyTagClassName
{
color: #774FFF;
}
</style>
background-color css
<style>
a { background-color: #774FFF; }
a { background-color: rgb(119,79,255); }
div.DivClassName
{
background-color: #774FFF;
}
.BgClassName
{
background-color: #774FFF;
}
</style>
border-color css
<style>
span { border-color: #774FFF; }
span { border-color: rgb(119,79,255); }
td.TdClassName
{
border-color: #774FFF;
}
.TagClassName
{
border-color: #774FFF;
}
</style>