Shades of Medium Slate Blue #774AFB
Tints of Medium Slate Blue #774AFB
RGB
CMYK
RGB Variations
Color information
#774AFB (or 0x774AFB) is known color: Medium Slate Blue. HEX triplet: 77, 4A and FB. RGB value is (119,74,251). Sum of RGB (Red+Green+Blue) = 119+74+251=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #774AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774AFB is #88B504. Grayscale: #6A6A6A. Windows color (decimal): -8959237 or 16468599. OLE color: 16468599.
HSL color Cylindrical-coordinate representation of color #774AFB: hue angle of 255.25º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #774AFB is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 74 | 251 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.02 |
| HSL | 255.25º | 0.96% | 0.64% | - |
| HSV(B) | 255.25º | 0.71% | 0.98% | - |
| XYZ | 27.47 | 15.78 | 92.87 | - |
| YUV | 107.63 | 208.91 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 251 | 0.53 | 0.71 | 0 | 0.02 | 255.25 | 0.96 | 0.64 |
| Hex | 77 | 4A | FB | 35 | 47 | 0 | 2 | FF | 60 | 40 |
| Octal | 167 | 112 | 373 | 65 | 107 | 0 | 2 | 377 | 140 | 100 |
| Binary | 1110111 | 1001010 | 11111011 | 110101 | 1000111 | 0 | 10 | 11111111 | 1100000 | 1000000 |
Color Harmonies of #774AFB
Complementary color
Monochromatic Colors of #774AFB
Black with #774AFB
Text Example
Text Example
White with #774AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774AFB; }
p { color: rgb(119,74,251); }
H1.HeaderClassName
{
color: #774AFB;
}
.AnyTagClassName
{
color: #774AFB;
}
</style>
background-color css
<style>
a { background-color: #774AFB; }
a { background-color: rgb(119,74,251); }
div.DivClassName
{
background-color: #774AFB;
}
.BgClassName
{
background-color: #774AFB;
}
</style>
border-color css
<style>
span { border-color: #774AFB; }
span { border-color: rgb(119,74,251); }
td.TdClassName
{
border-color: #774AFB;
}
.TagClassName
{
border-color: #774AFB;
}
</style>