Shades of Medium Slate Blue #766BE5
Tints of Medium Slate Blue #766BE5
RGB
CMYK
RGB Variations
Color information
#766BE5 (or 0x766BE5) is known color: Medium Slate Blue. HEX triplet: 76, 6B and E5. RGB value is (118,107,229). Sum of RGB (Red+Green+Blue) = 118+107+229=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 229 (89.84% from 255 or 50.44% from 454); Max value from RGB is 229 - color contains mainly: blue. Hex color #766BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BE5 is #89941A. Grayscale: #7B7B7B. Windows color (decimal): -9016347 or 15035254. OLE color: 15035254.
HSL color Cylindrical-coordinate representation of color #766BE5: hue angle of 245.41º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #766BE5 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 107 | 229 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.10 |
| HSL | 245.41º | 0.7% | 0.66% | - |
| HSV(B) | 245.41º | 0.53% | 0.9% | - |
| XYZ | 26.87 | 20.02 | 76.58 | - |
| YUV | 124.2 | 187.14 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 229 | 0.48 | 0.53 | 0 | 0.10 | 245.41 | 0.7 | 0.66 |
| Hex | 76 | 6B | E5 | 30 | 35 | 0 | A | F5 | 46 | 42 |
| Octal | 166 | 153 | 345 | 60 | 65 | 0 | 12 | 365 | 106 | 102 |
| Binary | 1110110 | 1101011 | 11100101 | 110000 | 110101 | 0 | 1010 | 11110101 | 1000110 | 1000010 |
Color Harmonies of #766BE5
Complementary color
Monochromatic Colors of #766BE5
Black with #766BE5
Text Example
Text Example
White with #766BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BE5; }
p { color: rgb(118,107,229); }
H1.HeaderClassName
{
color: #766BE5;
}
.AnyTagClassName
{
color: #766BE5;
}
</style>
background-color css
<style>
a { background-color: #766BE5; }
a { background-color: rgb(118,107,229); }
div.DivClassName
{
background-color: #766BE5;
}
.BgClassName
{
background-color: #766BE5;
}
</style>
border-color css
<style>
span { border-color: #766BE5; }
span { border-color: rgb(118,107,229); }
td.TdClassName
{
border-color: #766BE5;
}
.TagClassName
{
border-color: #766BE5;
}
</style>