Shades of Medium Slate Blue #775EDF
Tints of Medium Slate Blue #775EDF
RGB
CMYK
RGB Variations
Color information
#775EDF (or 0x775EDF) is known color: Medium Slate Blue. HEX triplet: 77, 5E and DF. RGB value is (119,94,223). Sum of RGB (Red+Green+Blue) = 119+94+223=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #775EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775EDF is #88A120. Grayscale: #737373. Windows color (decimal): -8954145 or 14638711. OLE color: 14638711.
HSL color Cylindrical-coordinate representation of color #775EDF: hue angle of 251.63º degrees, saturation: 0.67, 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 #775EDF is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 94 | 223 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.13 |
| HSL | 251.63º | 0.67% | 0.62% | - |
| HSV(B) | 251.63º | 0.58% | 0.87% | - |
| XYZ | 24.93 | 17.26 | 71.83 | - |
| YUV | 116.18 | 188.28 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 94 | 223 | 0.47 | 0.58 | 0 | 0.13 | 251.63 | 0.67 | 0.62 |
| Hex | 77 | 5E | DF | 2F | 3A | 0 | D | FC | 43 | 3E |
| Octal | 167 | 136 | 337 | 57 | 72 | 0 | 15 | 374 | 103 | 76 |
| Binary | 1110111 | 1011110 | 11011111 | 101111 | 111010 | 0 | 1101 | 11111100 | 1000011 | 111110 |
Color Harmonies of #775EDF
Complementary color
Monochromatic Colors of #775EDF
Black with #775EDF
Text Example
Text Example
White with #775EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775EDF; }
p { color: rgb(119,94,223); }
H1.HeaderClassName
{
color: #775EDF;
}
.AnyTagClassName
{
color: #775EDF;
}
</style>
background-color css
<style>
a { background-color: #775EDF; }
a { background-color: rgb(119,94,223); }
div.DivClassName
{
background-color: #775EDF;
}
.BgClassName
{
background-color: #775EDF;
}
</style>
border-color css
<style>
span { border-color: #775EDF; }
span { border-color: rgb(119,94,223); }
td.TdClassName
{
border-color: #775EDF;
}
.TagClassName
{
border-color: #775EDF;
}
</style>