Shades of Medium Slate Blue #7B66EA
Tints of Medium Slate Blue #7B66EA
RGB
CMYK
RGB Variations
Color information
#7B66EA (or 0x7B66EA) is known color: Medium Slate Blue. HEX triplet: 7B, 66 and EA. RGB value is (123,102,234). Sum of RGB (Red+Green+Blue) = 123+102+234=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B66EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B66EA is #849915. Grayscale: #7A7A7A. Windows color (decimal): -8689942 or 15361659. OLE color: 15361659.
HSL color Cylindrical-coordinate representation of color #7B66EA: hue angle of 249.55º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B66EA is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 102 | 234 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.08 |
| HSL | 249.55º | 0.76% | 0.66% | - |
| HSV(B) | 249.55º | 0.56% | 0.92% | - |
| XYZ | 27.77 | 19.65 | 80.17 | - |
| YUV | 123.33 | 190.46 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 234 | 0.47 | 0.56 | 0 | 0.08 | 249.55 | 0.76 | 0.66 |
| Hex | 7B | 66 | EA | 2F | 38 | 0 | 8 | FA | 4C | 42 |
| Octal | 173 | 146 | 352 | 57 | 70 | 0 | 10 | 372 | 114 | 102 |
| Binary | 1111011 | 1100110 | 11101010 | 101111 | 111000 | 0 | 1000 | 11111010 | 1001100 | 1000010 |
Color Harmonies of #7B66EA
Complementary color
Monochromatic Colors of #7B66EA
Black with #7B66EA
Text Example
Text Example
White with #7B66EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B66EA; }
p { color: rgb(123,102,234); }
H1.HeaderClassName
{
color: #7B66EA;
}
.AnyTagClassName
{
color: #7B66EA;
}
</style>
background-color css
<style>
a { background-color: #7B66EA; }
a { background-color: rgb(123,102,234); }
div.DivClassName
{
background-color: #7B66EA;
}
.BgClassName
{
background-color: #7B66EA;
}
</style>
border-color css
<style>
span { border-color: #7B66EA; }
span { border-color: rgb(123,102,234); }
td.TdClassName
{
border-color: #7B66EA;
}
.TagClassName
{
border-color: #7B66EA;
}
</style>