Shades of Medium Slate Blue #774AFE
Tints of Medium Slate Blue #774AFE
RGB
CMYK
RGB Variations
Color information
#774AFE (or 0x774AFE) is known color: Medium Slate Blue. HEX triplet: 77, 4A and FE. RGB value is (119,74,254). Sum of RGB (Red+Green+Blue) = 119+74+254=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #774AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774AFE is #88B501. Grayscale: #6B6B6B. Windows color (decimal): -8959234 or 16665207. OLE color: 16665207.
HSL color Cylindrical-coordinate representation of color #774AFE: hue angle of 255º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #774AFE is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 74 | 254 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.00 |
| HSL | 255º | 0.99% | 0.64% | - |
| HSV(B) | 255º | 0.71% | 1% | - |
| XYZ | 27.95 | 15.98 | 95.38 | - |
| YUV | 107.98 | 210.41 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 254 | 0.53 | 0.71 | 0 | 0.00 | 255 | 0.99 | 0.64 |
| Hex | 77 | 4A | FE | 35 | 47 | 0 | 0 | FF | 63 | 40 |
| Octal | 167 | 112 | 376 | 65 | 107 | 0 | 0 | 377 | 143 | 100 |
| Binary | 1110111 | 1001010 | 11111110 | 110101 | 1000111 | 0 | 0 | 11111111 | 1100011 | 1000000 |
Color Harmonies of #774AFE
Complementary color
Monochromatic Colors of #774AFE
Black with #774AFE
Text Example
Text Example
White with #774AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774AFE; }
p { color: rgb(119,74,254); }
H1.HeaderClassName
{
color: #774AFE;
}
.AnyTagClassName
{
color: #774AFE;
}
</style>
background-color css
<style>
a { background-color: #774AFE; }
a { background-color: rgb(119,74,254); }
div.DivClassName
{
background-color: #774AFE;
}
.BgClassName
{
background-color: #774AFE;
}
</style>
border-color css
<style>
span { border-color: #774AFE; }
span { border-color: rgb(119,74,254); }
td.TdClassName
{
border-color: #774AFE;
}
.TagClassName
{
border-color: #774AFE;
}
</style>