Shades of Medium Slate Blue #774FFA
Tints of Medium Slate Blue #774FFA
RGB
CMYK
RGB Variations
Color information
#774FFA (or 0x774FFA) is known color: Medium Slate Blue. HEX triplet: 77, 4F and FA. RGB value is (119,79,250). Sum of RGB (Red+Green+Blue) = 119+79+250=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #774FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774FFA is #88B005. Grayscale: #6D6D6D. Windows color (decimal): -8957958 or 16404343. OLE color: 16404343.
HSL color Cylindrical-coordinate representation of color #774FFA: hue angle of 254.04º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #774FFA is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 79 | 250 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.02 |
| HSL | 254.04º | 0.94% | 0.65% | - |
| HSV(B) | 254.04º | 0.68% | 0.98% | - |
| XYZ | 27.66 | 16.42 | 92.15 | - |
| YUV | 110.45 | 206.75 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 250 | 0.52 | 0.68 | 0 | 0.02 | 254.04 | 0.94 | 0.65 |
| Hex | 77 | 4F | FA | 34 | 44 | 0 | 2 | FE | 5E | 41 |
| Octal | 167 | 117 | 372 | 64 | 104 | 0 | 2 | 376 | 136 | 101 |
| Binary | 1110111 | 1001111 | 11111010 | 110100 | 1000100 | 0 | 10 | 11111110 | 1011110 | 1000001 |
Color Harmonies of #774FFA
Complementary color
Monochromatic Colors of #774FFA
Black with #774FFA
Text Example
Text Example
White with #774FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774FFA; }
p { color: rgb(119,79,250); }
H1.HeaderClassName
{
color: #774FFA;
}
.AnyTagClassName
{
color: #774FFA;
}
</style>
background-color css
<style>
a { background-color: #774FFA; }
a { background-color: rgb(119,79,250); }
div.DivClassName
{
background-color: #774FFA;
}
.BgClassName
{
background-color: #774FFA;
}
</style>
border-color css
<style>
span { border-color: #774FFA; }
span { border-color: rgb(119,79,250); }
td.TdClassName
{
border-color: #774FFA;
}
.TagClassName
{
border-color: #774FFA;
}
</style>