Shades of Medium Slate Blue #7771F1
Tints of Medium Slate Blue #7771F1
RGB
CMYK
RGB Variations
Color information
#7771F1 (or 0x7771F1) is known color: Medium Slate Blue. HEX triplet: 77, 71 and F1. RGB value is (119,113,241). Sum of RGB (Red+Green+Blue) = 119+113+241=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #7771F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7771F1 is #888E0E. Grayscale: #808080. Windows color (decimal): -8949263 or 15823223. OLE color: 15823223.
HSL color Cylindrical-coordinate representation of color #7771F1: hue angle of 242.81º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7771F1 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 113 | 241 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.05 |
| HSL | 242.81º | 0.82% | 0.69% | - |
| HSV(B) | 242.81º | 0.53% | 0.95% | - |
| XYZ | 29.39 | 22.08 | 85.93 | - |
| YUV | 129.39 | 190.99 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 241 | 0.51 | 0.53 | 0 | 0.05 | 242.81 | 0.82 | 0.69 |
| Hex | 77 | 71 | F1 | 33 | 35 | 0 | 5 | F3 | 52 | 45 |
| Octal | 167 | 161 | 361 | 63 | 65 | 0 | 5 | 363 | 122 | 105 |
| Binary | 1110111 | 1110001 | 11110001 | 110011 | 110101 | 0 | 101 | 11110011 | 1010010 | 1000101 |
Color Harmonies of #7771F1
Complementary color
Monochromatic Colors of #7771F1
Black with #7771F1
Text Example
Text Example
White with #7771F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7771F1; }
p { color: rgb(119,113,241); }
H1.HeaderClassName
{
color: #7771F1;
}
.AnyTagClassName
{
color: #7771F1;
}
</style>
background-color css
<style>
a { background-color: #7771F1; }
a { background-color: rgb(119,113,241); }
div.DivClassName
{
background-color: #7771F1;
}
.BgClassName
{
background-color: #7771F1;
}
</style>
border-color css
<style>
span { border-color: #7771F1; }
span { border-color: rgb(119,113,241); }
td.TdClassName
{
border-color: #7771F1;
}
.TagClassName
{
border-color: #7771F1;
}
</style>