Shades of Medium Slate Blue #767DED
Tints of Medium Slate Blue #767DED
RGB
CMYK
RGB Variations
Color information
#767DED (or 0x767DED) is known color: Medium Slate Blue. HEX triplet: 76, 7D and ED. RGB value is (118,125,237). Sum of RGB (Red+Green+Blue) = 118+125+237=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #767DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767DED is #898212. Grayscale: #878787. Windows color (decimal): -9011731 or 15564150. OLE color: 15564150.
HSL color Cylindrical-coordinate representation of color #767DED: hue angle of 236.47º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #767DED is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 125 | 237 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.07 |
| HSL | 236.47º | 0.77% | 0.7% | - |
| HSV(B) | 236.47º | 0.5% | 0.93% | - |
| XYZ | 30.09 | 24.63 | 83.29 | - |
| YUV | 135.68 | 185.18 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 237 | 0.50 | 0.47 | 0 | 0.07 | 236.47 | 0.77 | 0.7 |
| Hex | 76 | 7D | ED | 32 | 2F | 0 | 7 | EC | 4D | 46 |
| Octal | 166 | 175 | 355 | 62 | 57 | 0 | 7 | 354 | 115 | 106 |
| Binary | 1110110 | 1111101 | 11101101 | 110010 | 101111 | 0 | 111 | 11101100 | 1001101 | 1000110 |
Color Harmonies of #767DED
Complementary color
Monochromatic Colors of #767DED
Black with #767DED
Text Example
Text Example
White with #767DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767DED; }
p { color: rgb(118,125,237); }
H1.HeaderClassName
{
color: #767DED;
}
.AnyTagClassName
{
color: #767DED;
}
</style>
background-color css
<style>
a { background-color: #767DED; }
a { background-color: rgb(118,125,237); }
div.DivClassName
{
background-color: #767DED;
}
.BgClassName
{
background-color: #767DED;
}
</style>
border-color css
<style>
span { border-color: #767DED; }
span { border-color: rgb(118,125,237); }
td.TdClassName
{
border-color: #767DED;
}
.TagClassName
{
border-color: #767DED;
}
</style>