Shades of Medium Slate Blue #766FDF
Tints of Medium Slate Blue #766FDF
RGB
CMYK
RGB Variations
Color information
#766FDF (or 0x766FDF) is known color: Medium Slate Blue. HEX triplet: 76, 6F and DF. RGB value is (118,111,223). Sum of RGB (Red+Green+Blue) = 118+111+223=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #766FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FDF is #899020. Grayscale: #7D7D7D. Windows color (decimal): -9015329 or 14643062. OLE color: 14643062.
HSL color Cylindrical-coordinate representation of color #766FDF: hue angle of 243.75º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766FDF is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 111 | 223 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.13 |
| HSL | 243.75º | 0.64% | 0.65% | - |
| HSV(B) | 243.75º | 0.5% | 0.87% | - |
| XYZ | 26.47 | 20.55 | 72.38 | - |
| YUV | 125.86 | 182.82 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 223 | 0.47 | 0.50 | 0 | 0.13 | 243.75 | 0.64 | 0.65 |
| Hex | 76 | 6F | DF | 2F | 32 | 0 | D | F4 | 40 | 41 |
| Octal | 166 | 157 | 337 | 57 | 62 | 0 | 15 | 364 | 100 | 101 |
| Binary | 1110110 | 1101111 | 11011111 | 101111 | 110010 | 0 | 1101 | 11110100 | 1000000 | 1000001 |
Color Harmonies of #766FDF
Complementary color
Monochromatic Colors of #766FDF
Black with #766FDF
Text Example
Text Example
White with #766FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FDF; }
p { color: rgb(118,111,223); }
H1.HeaderClassName
{
color: #766FDF;
}
.AnyTagClassName
{
color: #766FDF;
}
</style>
background-color css
<style>
a { background-color: #766FDF; }
a { background-color: rgb(118,111,223); }
div.DivClassName
{
background-color: #766FDF;
}
.BgClassName
{
background-color: #766FDF;
}
</style>
border-color css
<style>
span { border-color: #766FDF; }
span { border-color: rgb(118,111,223); }
td.TdClassName
{
border-color: #766FDF;
}
.TagClassName
{
border-color: #766FDF;
}
</style>