Shades of Medium Slate Blue #765DDF
Tints of Medium Slate Blue #765DDF
RGB
CMYK
RGB Variations
Color information
#765DDF (or 0x765DDF) is known color: Medium Slate Blue. HEX triplet: 76, 5D and DF. RGB value is (118,93,223). Sum of RGB (Red+Green+Blue) = 118+93+223=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #765DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DDF is #89A220. Grayscale: #727272. Windows color (decimal): -9019937 or 14638454. OLE color: 14638454.
HSL color Cylindrical-coordinate representation of color #765DDF: hue angle of 251.54º 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 #765DDF is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 93 | 223 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.13 |
| HSL | 251.54º | 0.67% | 0.62% | - |
| HSV(B) | 251.54º | 0.58% | 0.87% | - |
| XYZ | 24.7 | 17.01 | 71.79 | - |
| YUV | 115.3 | 188.78 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 223 | 0.47 | 0.58 | 0 | 0.13 | 251.54 | 0.67 | 0.62 |
| Hex | 76 | 5D | DF | 2F | 3A | 0 | D | FC | 43 | 3E |
| Octal | 166 | 135 | 337 | 57 | 72 | 0 | 15 | 374 | 103 | 76 |
| Binary | 1110110 | 1011101 | 11011111 | 101111 | 111010 | 0 | 1101 | 11111100 | 1000011 | 111110 |
Color Harmonies of #765DDF
Complementary color
Monochromatic Colors of #765DDF
Black with #765DDF
Text Example
Text Example
White with #765DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765DDF; }
p { color: rgb(118,93,223); }
H1.HeaderClassName
{
color: #765DDF;
}
.AnyTagClassName
{
color: #765DDF;
}
</style>
background-color css
<style>
a { background-color: #765DDF; }
a { background-color: rgb(118,93,223); }
div.DivClassName
{
background-color: #765DDF;
}
.BgClassName
{
background-color: #765DDF;
}
</style>
border-color css
<style>
span { border-color: #765DDF; }
span { border-color: rgb(118,93,223); }
td.TdClassName
{
border-color: #765DDF;
}
.TagClassName
{
border-color: #765DDF;
}
</style>