Shades of Medium Slate Blue #766FEA
Tints of Medium Slate Blue #766FEA
RGB
CMYK
RGB Variations
Color information
#766FEA (or 0x766FEA) is known color: Medium Slate Blue. HEX triplet: 76, 6F and EA. RGB value is (118,111,234). Sum of RGB (Red+Green+Blue) = 118+111+234=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #766FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766FEA is #899015. Grayscale: #7E7E7E. Windows color (decimal): -9015318 or 15363958. OLE color: 15363958.
HSL color Cylindrical-coordinate representation of color #766FEA: hue angle of 243.41º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #766FEA is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 111 | 234 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.08 |
| HSL | 243.41º | 0.75% | 0.68% | - |
| HSV(B) | 243.41º | 0.53% | 0.92% | - |
| XYZ | 28.01 | 21.16 | 80.45 | - |
| YUV | 127.12 | 188.32 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 234 | 0.50 | 0.53 | 0 | 0.08 | 243.41 | 0.75 | 0.68 |
| Hex | 76 | 6F | EA | 32 | 35 | 0 | 8 | F3 | 4B | 44 |
| Octal | 166 | 157 | 352 | 62 | 65 | 0 | 10 | 363 | 113 | 104 |
| Binary | 1110110 | 1101111 | 11101010 | 110010 | 110101 | 0 | 1000 | 11110011 | 1001011 | 1000100 |
Color Harmonies of #766FEA
Complementary color
Monochromatic Colors of #766FEA
Black with #766FEA
Text Example
Text Example
White with #766FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FEA; }
p { color: rgb(118,111,234); }
H1.HeaderClassName
{
color: #766FEA;
}
.AnyTagClassName
{
color: #766FEA;
}
</style>
background-color css
<style>
a { background-color: #766FEA; }
a { background-color: rgb(118,111,234); }
div.DivClassName
{
background-color: #766FEA;
}
.BgClassName
{
background-color: #766FEA;
}
</style>
border-color css
<style>
span { border-color: #766FEA; }
span { border-color: rgb(118,111,234); }
td.TdClassName
{
border-color: #766FEA;
}
.TagClassName
{
border-color: #766FEA;
}
</style>