Shades of Medium Slate Blue #7771F4
Tints of Medium Slate Blue #7771F4
RGB
CMYK
RGB Variations
Color information
#7771F4 (or 0x7771F4) is known color: Medium Slate Blue. HEX triplet: 77, 71 and F4. RGB value is (119,113,244). Sum of RGB (Red+Green+Blue) = 119+113+244=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 244 (95.70% from 255 or 51.26% from 476); Max value from RGB is 244 - color contains mainly: blue. Hex color #7771F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7771F4 is #888E0B. Grayscale: #818181. Windows color (decimal): -8949260 or 16019831. OLE color: 16019831.
HSL color Cylindrical-coordinate representation of color #7771F4: hue angle of 242.75º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7771F4 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 113 | 244 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.04 |
| HSL | 242.75º | 0.86% | 0.7% | - |
| HSV(B) | 242.75º | 0.54% | 0.96% | - |
| XYZ | 29.84 | 22.26 | 88.31 | - |
| YUV | 129.73 | 192.49 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 244 | 0.51 | 0.54 | 0 | 0.04 | 242.75 | 0.86 | 0.7 |
| Hex | 77 | 71 | F4 | 33 | 36 | 0 | 4 | F3 | 56 | 46 |
| Octal | 167 | 161 | 364 | 63 | 66 | 0 | 4 | 363 | 126 | 106 |
| Binary | 1110111 | 1110001 | 11110100 | 110011 | 110110 | 0 | 100 | 11110011 | 1010110 | 1000110 |
Color Harmonies of #7771F4
Complementary color
Monochromatic Colors of #7771F4
Black with #7771F4
Text Example
Text Example
White with #7771F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7771F4; }
p { color: rgb(119,113,244); }
H1.HeaderClassName
{
color: #7771F4;
}
.AnyTagClassName
{
color: #7771F4;
}
</style>
background-color css
<style>
a { background-color: #7771F4; }
a { background-color: rgb(119,113,244); }
div.DivClassName
{
background-color: #7771F4;
}
.BgClassName
{
background-color: #7771F4;
}
</style>
border-color css
<style>
span { border-color: #7771F4; }
span { border-color: rgb(119,113,244); }
td.TdClassName
{
border-color: #7771F4;
}
.TagClassName
{
border-color: #7771F4;
}
</style>