Shades of Medium Slate Blue #766DDF
Tints of Medium Slate Blue #766DDF
RGB
CMYK
RGB Variations
Color information
#766DDF (or 0x766DDF) is known color: Medium Slate Blue. HEX triplet: 76, 6D and DF. RGB value is (118,109,223). Sum of RGB (Red+Green+Blue) = 118+109+223=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #766DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DDF is #899220. Grayscale: #7C7C7C. Windows color (decimal): -9015841 or 14642550. OLE color: 14642550.
HSL color Cylindrical-coordinate representation of color #766DDF: hue angle of 244.74º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #766DDF is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 109 | 223 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.13 |
| HSL | 244.74º | 0.64% | 0.65% | - |
| HSV(B) | 244.74º | 0.51% | 0.87% | - |
| XYZ | 26.26 | 20.12 | 72.31 | - |
| YUV | 124.69 | 183.48 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 223 | 0.47 | 0.51 | 0 | 0.13 | 244.74 | 0.64 | 0.65 |
| Hex | 76 | 6D | DF | 2F | 33 | 0 | D | F5 | 40 | 41 |
| Octal | 166 | 155 | 337 | 57 | 63 | 0 | 15 | 365 | 100 | 101 |
| Binary | 1110110 | 1101101 | 11011111 | 101111 | 110011 | 0 | 1101 | 11110101 | 1000000 | 1000001 |
Color Harmonies of #766DDF
Complementary color
Monochromatic Colors of #766DDF
Black with #766DDF
Text Example
Text Example
White with #766DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DDF; }
p { color: rgb(118,109,223); }
H1.HeaderClassName
{
color: #766DDF;
}
.AnyTagClassName
{
color: #766DDF;
}
</style>
background-color css
<style>
a { background-color: #766DDF; }
a { background-color: rgb(118,109,223); }
div.DivClassName
{
background-color: #766DDF;
}
.BgClassName
{
background-color: #766DDF;
}
</style>
border-color css
<style>
span { border-color: #766DDF; }
span { border-color: rgb(118,109,223); }
td.TdClassName
{
border-color: #766DDF;
}
.TagClassName
{
border-color: #766DDF;
}
</style>