Shades of Medium Slate Blue #7771EF
Tints of Medium Slate Blue #7771EF
RGB
CMYK
RGB Variations
Color information
#7771EF (or 0x7771EF) is known color: Medium Slate Blue. HEX triplet: 77, 71 and EF. RGB value is (119,113,239). Sum of RGB (Red+Green+Blue) = 119+113+239=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #7771EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7771EF is #888E10. Grayscale: #808080. Windows color (decimal): -8949265 or 15692151. OLE color: 15692151.
HSL color Cylindrical-coordinate representation of color #7771EF: hue angle of 242.86º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7771EF is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 113 | 239 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.06 |
| HSL | 242.86º | 0.8% | 0.69% | - |
| HSV(B) | 242.86º | 0.53% | 0.94% | - |
| XYZ | 29.09 | 21.96 | 84.37 | - |
| YUV | 129.16 | 189.99 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 239 | 0.50 | 0.53 | 0 | 0.06 | 242.86 | 0.8 | 0.69 |
| Hex | 77 | 71 | EF | 32 | 35 | 0 | 6 | F3 | 50 | 45 |
| Octal | 167 | 161 | 357 | 62 | 65 | 0 | 6 | 363 | 120 | 105 |
| Binary | 1110111 | 1110001 | 11101111 | 110010 | 110101 | 0 | 110 | 11110011 | 1010000 | 1000101 |
Color Harmonies of #7771EF
Complementary color
Monochromatic Colors of #7771EF
Black with #7771EF
Text Example
Text Example
White with #7771EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7771EF; }
p { color: rgb(119,113,239); }
H1.HeaderClassName
{
color: #7771EF;
}
.AnyTagClassName
{
color: #7771EF;
}
</style>
background-color css
<style>
a { background-color: #7771EF; }
a { background-color: rgb(119,113,239); }
div.DivClassName
{
background-color: #7771EF;
}
.BgClassName
{
background-color: #7771EF;
}
</style>
border-color css
<style>
span { border-color: #7771EF; }
span { border-color: rgb(119,113,239); }
td.TdClassName
{
border-color: #7771EF;
}
.TagClassName
{
border-color: #7771EF;
}
</style>