Shades of Medium Slate Blue #766BF3
Tints of Medium Slate Blue #766BF3
RGB
CMYK
RGB Variations
Color information
#766BF3 (or 0x766BF3) is known color: Medium Slate Blue. HEX triplet: 76, 6B and F3. RGB value is (118,107,243). Sum of RGB (Red+Green+Blue) = 118+107+243=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #766BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766BF3 is #89940C. Grayscale: #7D7D7D. Windows color (decimal): -9016333 or 15952758. OLE color: 15952758.
HSL color Cylindrical-coordinate representation of color #766BF3: hue angle of 244.85º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766BF3 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 107 | 243 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.05 |
| HSL | 244.85º | 0.85% | 0.69% | - |
| HSV(B) | 244.85º | 0.56% | 0.95% | - |
| XYZ | 28.91 | 20.84 | 87.29 | - |
| YUV | 125.79 | 194.14 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 243 | 0.51 | 0.56 | 0 | 0.05 | 244.85 | 0.85 | 0.69 |
| Hex | 76 | 6B | F3 | 33 | 38 | 0 | 5 | F5 | 55 | 45 |
| Octal | 166 | 153 | 363 | 63 | 70 | 0 | 5 | 365 | 125 | 105 |
| Binary | 1110110 | 1101011 | 11110011 | 110011 | 111000 | 0 | 101 | 11110101 | 1010101 | 1000101 |
Color Harmonies of #766BF3
Complementary color
Monochromatic Colors of #766BF3
Black with #766BF3
Text Example
Text Example
White with #766BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BF3; }
p { color: rgb(118,107,243); }
H1.HeaderClassName
{
color: #766BF3;
}
.AnyTagClassName
{
color: #766BF3;
}
</style>
background-color css
<style>
a { background-color: #766BF3; }
a { background-color: rgb(118,107,243); }
div.DivClassName
{
background-color: #766BF3;
}
.BgClassName
{
background-color: #766BF3;
}
</style>
border-color css
<style>
span { border-color: #766BF3; }
span { border-color: rgb(118,107,243); }
td.TdClassName
{
border-color: #766BF3;
}
.TagClassName
{
border-color: #766BF3;
}
</style>