Shades of Medium Slate Blue #774DFC
Tints of Medium Slate Blue #774DFC
RGB
CMYK
RGB Variations
Color information
#774DFC (or 0x774DFC) is known color: Medium Slate Blue. HEX triplet: 77, 4D and FC. RGB value is (119,77,252). Sum of RGB (Red+Green+Blue) = 119+77+252=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #774DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774DFC is #88B203. Grayscale: #6C6C6C. Windows color (decimal): -8958468 or 16534903. OLE color: 16534903.
HSL color Cylindrical-coordinate representation of color #774DFC: hue angle of 254.4º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #774DFC is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 77 | 252 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.01 |
| HSL | 254.4º | 0.97% | 0.65% | - |
| HSV(B) | 254.4º | 0.69% | 0.99% | - |
| XYZ | 27.83 | 16.26 | 93.77 | - |
| YUV | 109.51 | 208.41 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 252 | 0.53 | 0.69 | 0 | 0.01 | 254.4 | 0.97 | 0.65 |
| Hex | 77 | 4D | FC | 35 | 45 | 0 | 1 | FE | 61 | 41 |
| Octal | 167 | 115 | 374 | 65 | 105 | 0 | 1 | 376 | 141 | 101 |
| Binary | 1110111 | 1001101 | 11111100 | 110101 | 1000101 | 0 | 1 | 11111110 | 1100001 | 1000001 |
Color Harmonies of #774DFC
Complementary color
Monochromatic Colors of #774DFC
Black with #774DFC
Text Example
Text Example
White with #774DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774DFC; }
p { color: rgb(119,77,252); }
H1.HeaderClassName
{
color: #774DFC;
}
.AnyTagClassName
{
color: #774DFC;
}
</style>
background-color css
<style>
a { background-color: #774DFC; }
a { background-color: rgb(119,77,252); }
div.DivClassName
{
background-color: #774DFC;
}
.BgClassName
{
background-color: #774DFC;
}
</style>
border-color css
<style>
span { border-color: #774DFC; }
span { border-color: rgb(119,77,252); }
td.TdClassName
{
border-color: #774DFC;
}
.TagClassName
{
border-color: #774DFC;
}
</style>