Shades of Medium Slate Blue #774AFA
Tints of Medium Slate Blue #774AFA
RGB
CMYK
RGB Variations
Color information
#774AFA (or 0x774AFA) is known color: Medium Slate Blue. HEX triplet: 77, 4A and FA. RGB value is (119,74,250). Sum of RGB (Red+Green+Blue) = 119+74+250=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #774AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774AFA is #88B505. Grayscale: #6A6A6A. Windows color (decimal): -8959238 or 16403063. OLE color: 16403063.
HSL color Cylindrical-coordinate representation of color #774AFA: hue angle of 255.34º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #774AFA is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 74 | 250 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.02 |
| HSL | 255.34º | 0.95% | 0.64% | - |
| HSV(B) | 255.34º | 0.7% | 0.98% | - |
| XYZ | 27.31 | 15.72 | 92.04 | - |
| YUV | 107.52 | 208.41 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 250 | 0.52 | 0.70 | 0 | 0.02 | 255.34 | 0.95 | 0.64 |
| Hex | 77 | 4A | FA | 34 | 46 | 0 | 2 | FF | 5F | 40 |
| Octal | 167 | 112 | 372 | 64 | 106 | 0 | 2 | 377 | 137 | 100 |
| Binary | 1110111 | 1001010 | 11111010 | 110100 | 1000110 | 0 | 10 | 11111111 | 1011111 | 1000000 |
Color Harmonies of #774AFA
Complementary color
Monochromatic Colors of #774AFA
Black with #774AFA
Text Example
Text Example
White with #774AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774AFA; }
p { color: rgb(119,74,250); }
H1.HeaderClassName
{
color: #774AFA;
}
.AnyTagClassName
{
color: #774AFA;
}
</style>
background-color css
<style>
a { background-color: #774AFA; }
a { background-color: rgb(119,74,250); }
div.DivClassName
{
background-color: #774AFA;
}
.BgClassName
{
background-color: #774AFA;
}
</style>
border-color css
<style>
span { border-color: #774AFA; }
span { border-color: rgb(119,74,250); }
td.TdClassName
{
border-color: #774AFA;
}
.TagClassName
{
border-color: #774AFA;
}
</style>