Shades of Medium Slate Blue #774DFB
Tints of Medium Slate Blue #774DFB
RGB
CMYK
RGB Variations
Color information
#774DFB (or 0x774DFB) is known color: Medium Slate Blue. HEX triplet: 77, 4D and FB. RGB value is (119,77,251). Sum of RGB (Red+Green+Blue) = 119+77+251=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #774DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774DFB is #88B204. Grayscale: #6C6C6C. Windows color (decimal): -8958469 or 16469367. OLE color: 16469367.
HSL color Cylindrical-coordinate representation of color #774DFB: hue angle of 254.48º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #774DFB is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 77 | 251 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.02 |
| HSL | 254.48º | 0.96% | 0.64% | - |
| HSV(B) | 254.48º | 0.69% | 0.98% | - |
| XYZ | 27.67 | 16.19 | 92.93 | - |
| YUV | 109.39 | 207.91 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 251 | 0.53 | 0.69 | 0 | 0.02 | 254.48 | 0.96 | 0.64 |
| Hex | 77 | 4D | FB | 35 | 45 | 0 | 2 | FE | 60 | 40 |
| Octal | 167 | 115 | 373 | 65 | 105 | 0 | 2 | 376 | 140 | 100 |
| Binary | 1110111 | 1001101 | 11111011 | 110101 | 1000101 | 0 | 10 | 11111110 | 1100000 | 1000000 |
Color Harmonies of #774DFB
Complementary color
Monochromatic Colors of #774DFB
Black with #774DFB
Text Example
Text Example
White with #774DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774DFB; }
p { color: rgb(119,77,251); }
H1.HeaderClassName
{
color: #774DFB;
}
.AnyTagClassName
{
color: #774DFB;
}
</style>
background-color css
<style>
a { background-color: #774DFB; }
a { background-color: rgb(119,77,251); }
div.DivClassName
{
background-color: #774DFB;
}
.BgClassName
{
background-color: #774DFB;
}
</style>
border-color css
<style>
span { border-color: #774DFB; }
span { border-color: rgb(119,77,251); }
td.TdClassName
{
border-color: #774DFB;
}
.TagClassName
{
border-color: #774DFB;
}
</style>