Shades of Medium Slate Blue #766BE7
Tints of Medium Slate Blue #766BE7
RGB
CMYK
RGB Variations
Color information
#766BE7 (or 0x766BE7) is known color: Medium Slate Blue. HEX triplet: 76, 6B and E7. RGB value is (118,107,231). Sum of RGB (Red+Green+Blue) = 118+107+231=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 231 (90.62% from 255 or 50.66% from 456); Max value from RGB is 231 - color contains mainly: blue. Hex color #766BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766BE7 is #899418. Grayscale: #7B7B7B. Windows color (decimal): -9016345 or 15166326. OLE color: 15166326.
HSL color Cylindrical-coordinate representation of color #766BE7: hue angle of 245.32º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766BE7 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 107 | 231 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.09 |
| HSL | 245.32º | 0.72% | 0.66% | - |
| HSV(B) | 245.32º | 0.54% | 0.91% | - |
| XYZ | 27.15 | 20.14 | 78.06 | - |
| YUV | 124.43 | 188.14 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 231 | 0.49 | 0.54 | 0 | 0.09 | 245.32 | 0.72 | 0.66 |
| Hex | 76 | 6B | E7 | 31 | 36 | 0 | 9 | F5 | 48 | 42 |
| Octal | 166 | 153 | 347 | 61 | 66 | 0 | 11 | 365 | 110 | 102 |
| Binary | 1110110 | 1101011 | 11100111 | 110001 | 110110 | 0 | 1001 | 11110101 | 1001000 | 1000010 |
Color Harmonies of #766BE7
Complementary color
Monochromatic Colors of #766BE7
Black with #766BE7
Text Example
Text Example
White with #766BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BE7; }
p { color: rgb(118,107,231); }
H1.HeaderClassName
{
color: #766BE7;
}
.AnyTagClassName
{
color: #766BE7;
}
</style>
background-color css
<style>
a { background-color: #766BE7; }
a { background-color: rgb(118,107,231); }
div.DivClassName
{
background-color: #766BE7;
}
.BgClassName
{
background-color: #766BE7;
}
</style>
border-color css
<style>
span { border-color: #766BE7; }
span { border-color: rgb(118,107,231); }
td.TdClassName
{
border-color: #766BE7;
}
.TagClassName
{
border-color: #766BE7;
}
</style>