Shades of Medium Slate Blue #766BE0
Tints of Medium Slate Blue #766BE0
RGB
CMYK
RGB Variations
Color information
#766BE0 (or 0x766BE0) is known color: Medium Slate Blue. HEX triplet: 76, 6B and E0. RGB value is (118,107,224). Sum of RGB (Red+Green+Blue) = 118+107+224=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #766BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BE0 is #89941F. Grayscale: #7B7B7B. Windows color (decimal): -9016352 or 14707574. OLE color: 14707574.
HSL color Cylindrical-coordinate representation of color #766BE0: hue angle of 245.64º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #766BE0 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 107 | 224 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.12 |
| HSL | 245.64º | 0.65% | 0.65% | - |
| HSV(B) | 245.64º | 0.52% | 0.88% | - |
| XYZ | 26.18 | 19.75 | 72.95 | - |
| YUV | 123.63 | 184.64 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 224 | 0.47 | 0.52 | 0 | 0.12 | 245.64 | 0.65 | 0.65 |
| Hex | 76 | 6B | E0 | 2F | 34 | 0 | C | F6 | 41 | 41 |
| Octal | 166 | 153 | 340 | 57 | 64 | 0 | 14 | 366 | 101 | 101 |
| Binary | 1110110 | 1101011 | 11100000 | 101111 | 110100 | 0 | 1100 | 11110110 | 1000001 | 1000001 |
Color Harmonies of #766BE0
Complementary color
Monochromatic Colors of #766BE0
Black with #766BE0
Text Example
Text Example
White with #766BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BE0; }
p { color: rgb(118,107,224); }
H1.HeaderClassName
{
color: #766BE0;
}
.AnyTagClassName
{
color: #766BE0;
}
</style>
background-color css
<style>
a { background-color: #766BE0; }
a { background-color: rgb(118,107,224); }
div.DivClassName
{
background-color: #766BE0;
}
.BgClassName
{
background-color: #766BE0;
}
</style>
border-color css
<style>
span { border-color: #766BE0; }
span { border-color: rgb(118,107,224); }
td.TdClassName
{
border-color: #766BE0;
}
.TagClassName
{
border-color: #766BE0;
}
</style>