Shades of Medium Slate Blue #765EDF
Tints of Medium Slate Blue #765EDF
RGB
CMYK
RGB Variations
Color information
#765EDF (or 0x765EDF) is known color: Medium Slate Blue. HEX triplet: 76, 5E and DF. RGB value is (118,94,223). Sum of RGB (Red+Green+Blue) = 118+94+223=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #765EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765EDF is #89A120. Grayscale: #737373. Windows color (decimal): -9019681 or 14638710. OLE color: 14638710.
HSL color Cylindrical-coordinate representation of color #765EDF: hue angle of 251.16º 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 #765EDF is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 94 | 223 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.13 |
| HSL | 251.16º | 0.67% | 0.62% | - |
| HSV(B) | 251.16º | 0.58% | 0.87% | - |
| XYZ | 24.79 | 17.18 | 71.82 | - |
| YUV | 115.88 | 188.45 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 223 | 0.47 | 0.58 | 0 | 0.13 | 251.16 | 0.67 | 0.62 |
| Hex | 76 | 5E | DF | 2F | 3A | 0 | D | FB | 43 | 3E |
| Octal | 166 | 136 | 337 | 57 | 72 | 0 | 15 | 373 | 103 | 76 |
| Binary | 1110110 | 1011110 | 11011111 | 101111 | 111010 | 0 | 1101 | 11111011 | 1000011 | 111110 |
Color Harmonies of #765EDF
Complementary color
Monochromatic Colors of #765EDF
Black with #765EDF
Text Example
Text Example
White with #765EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765EDF; }
p { color: rgb(118,94,223); }
H1.HeaderClassName
{
color: #765EDF;
}
.AnyTagClassName
{
color: #765EDF;
}
</style>
background-color css
<style>
a { background-color: #765EDF; }
a { background-color: rgb(118,94,223); }
div.DivClassName
{
background-color: #765EDF;
}
.BgClassName
{
background-color: #765EDF;
}
</style>
border-color css
<style>
span { border-color: #765EDF; }
span { border-color: rgb(118,94,223); }
td.TdClassName
{
border-color: #765EDF;
}
.TagClassName
{
border-color: #765EDF;
}
</style>