Shades of Medium Slate Blue #766BDF
Tints of Medium Slate Blue #766BDF
RGB
CMYK
RGB Variations
Color information
#766BDF (or 0x766BDF) is known color: Medium Slate Blue. HEX triplet: 76, 6B and DF. RGB value is (118,107,223). Sum of RGB (Red+Green+Blue) = 118+107+223=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #766BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BDF is #899420. Grayscale: #7B7B7B. Windows color (decimal): -9016353 or 14642038. OLE color: 14642038.
HSL color Cylindrical-coordinate representation of color #766BDF: hue angle of 245.69º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #766BDF is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 107 | 223 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.13 |
| HSL | 245.69º | 0.64% | 0.65% | - |
| HSV(B) | 245.69º | 0.52% | 0.87% | - |
| XYZ | 26.05 | 19.69 | 72.24 | - |
| YUV | 123.51 | 184.14 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 223 | 0.47 | 0.52 | 0 | 0.13 | 245.69 | 0.64 | 0.65 |
| Hex | 76 | 6B | DF | 2F | 34 | 0 | D | F6 | 40 | 41 |
| Octal | 166 | 153 | 337 | 57 | 64 | 0 | 15 | 366 | 100 | 101 |
| Binary | 1110110 | 1101011 | 11011111 | 101111 | 110100 | 0 | 1101 | 11110110 | 1000000 | 1000001 |
Color Harmonies of #766BDF
Complementary color
Monochromatic Colors of #766BDF
Black with #766BDF
Text Example
Text Example
White with #766BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BDF; }
p { color: rgb(118,107,223); }
H1.HeaderClassName
{
color: #766BDF;
}
.AnyTagClassName
{
color: #766BDF;
}
</style>
background-color css
<style>
a { background-color: #766BDF; }
a { background-color: rgb(118,107,223); }
div.DivClassName
{
background-color: #766BDF;
}
.BgClassName
{
background-color: #766BDF;
}
</style>
border-color css
<style>
span { border-color: #766BDF; }
span { border-color: rgb(118,107,223); }
td.TdClassName
{
border-color: #766BDF;
}
.TagClassName
{
border-color: #766BDF;
}
</style>