Shades of Medium Slate Blue #774DF0
Tints of Medium Slate Blue #774DF0
RGB
CMYK
RGB Variations
Color information
#774DF0 (or 0x774DF0) is known color: Medium Slate Blue. HEX triplet: 77, 4D and F0. RGB value is (119,77,240). Sum of RGB (Red+Green+Blue) = 119+77+240=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 240 (94.14% from 255 or 55.05% from 436); Max value from RGB is 240 - color contains mainly: blue. Hex color #774DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774DF0 is #88B20F. Grayscale: #6B6B6B. Windows color (decimal): -8958480 or 15748471. OLE color: 15748471.
HSL color Cylindrical-coordinate representation of color #774DF0: hue angle of 255.46º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #774DF0 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 77 | 240 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.06 |
| HSL | 255.46º | 0.84% | 0.62% | - |
| HSV(B) | 255.46º | 0.68% | 0.94% | - |
| XYZ | 25.99 | 15.52 | 84.06 | - |
| YUV | 108.14 | 202.41 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 240 | 0.50 | 0.68 | 0 | 0.06 | 255.46 | 0.84 | 0.62 |
| Hex | 77 | 4D | F0 | 32 | 44 | 0 | 6 | FF | 54 | 3E |
| Octal | 167 | 115 | 360 | 62 | 104 | 0 | 6 | 377 | 124 | 76 |
| Binary | 1110111 | 1001101 | 11110000 | 110010 | 1000100 | 0 | 110 | 11111111 | 1010100 | 111110 |
Color Harmonies of #774DF0
Complementary color
Monochromatic Colors of #774DF0
Black with #774DF0
Text Example
Text Example
White with #774DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774DF0; }
p { color: rgb(119,77,240); }
H1.HeaderClassName
{
color: #774DF0;
}
.AnyTagClassName
{
color: #774DF0;
}
</style>
background-color css
<style>
a { background-color: #774DF0; }
a { background-color: rgb(119,77,240); }
div.DivClassName
{
background-color: #774DF0;
}
.BgClassName
{
background-color: #774DF0;
}
</style>
border-color css
<style>
span { border-color: #774DF0; }
span { border-color: rgb(119,77,240); }
td.TdClassName
{
border-color: #774DF0;
}
.TagClassName
{
border-color: #774DF0;
}
</style>