Shades of Medium Slate Blue #775EDE
Tints of Medium Slate Blue #775EDE
RGB
CMYK
RGB Variations
Color information
#775EDE (or 0x775EDE) is known color: Medium Slate Blue. HEX triplet: 77, 5E and DE. RGB value is (119,94,222). Sum of RGB (Red+Green+Blue) = 119+94+222=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #775EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775EDE is #88A121. Grayscale: #737373. Windows color (decimal): -8954146 or 14573175. OLE color: 14573175.
HSL color Cylindrical-coordinate representation of color #775EDE: hue angle of 251.72º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #775EDE is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 94 | 222 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.13 |
| HSL | 251.72º | 0.66% | 0.62% | - |
| HSV(B) | 251.72º | 0.58% | 0.87% | - |
| XYZ | 24.8 | 17.2 | 71.12 | - |
| YUV | 116.07 | 187.78 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 94 | 222 | 0.46 | 0.58 | 0 | 0.13 | 251.72 | 0.66 | 0.62 |
| Hex | 77 | 5E | DE | 2E | 3A | 0 | D | FC | 42 | 3E |
| Octal | 167 | 136 | 336 | 56 | 72 | 0 | 15 | 374 | 102 | 76 |
| Binary | 1110111 | 1011110 | 11011110 | 101110 | 111010 | 0 | 1101 | 11111100 | 1000010 | 111110 |
Color Harmonies of #775EDE
Complementary color
Monochromatic Colors of #775EDE
Black with #775EDE
Text Example
Text Example
White with #775EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775EDE; }
p { color: rgb(119,94,222); }
H1.HeaderClassName
{
color: #775EDE;
}
.AnyTagClassName
{
color: #775EDE;
}
</style>
background-color css
<style>
a { background-color: #775EDE; }
a { background-color: rgb(119,94,222); }
div.DivClassName
{
background-color: #775EDE;
}
.BgClassName
{
background-color: #775EDE;
}
</style>
border-color css
<style>
span { border-color: #775EDE; }
span { border-color: rgb(119,94,222); }
td.TdClassName
{
border-color: #775EDE;
}
.TagClassName
{
border-color: #775EDE;
}
</style>