Shades of Medium Slate Blue #7B74E9
Tints of Medium Slate Blue #7B74E9
RGB
CMYK
RGB Variations
Color information
#7B74E9 (or 0x7B74E9) is known color: Medium Slate Blue. HEX triplet: 7B, 74 and E9. RGB value is (123,116,233). Sum of RGB (Red+Green+Blue) = 123+116+233=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #7B74E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B74E9 is #848B16. Grayscale: #828282. Windows color (decimal): -8686359 or 15299707. OLE color: 15299707.
HSL color Cylindrical-coordinate representation of color #7B74E9: hue angle of 243.59º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B74E9 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 116 | 233 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.09 |
| HSL | 243.59º | 0.73% | 0.68% | - |
| HSV(B) | 243.59º | 0.5% | 0.91% | - |
| XYZ | 29.12 | 22.58 | 79.92 | - |
| YUV | 131.43 | 185.32 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 116 | 233 | 0.47 | 0.50 | 0 | 0.09 | 243.59 | 0.73 | 0.68 |
| Hex | 7B | 74 | E9 | 2F | 32 | 0 | 9 | F4 | 49 | 44 |
| Octal | 173 | 164 | 351 | 57 | 62 | 0 | 11 | 364 | 111 | 104 |
| Binary | 1111011 | 1110100 | 11101001 | 101111 | 110010 | 0 | 1001 | 11110100 | 1001001 | 1000100 |
Color Harmonies of #7B74E9
Complementary color
Monochromatic Colors of #7B74E9
Black with #7B74E9
Text Example
Text Example
White with #7B74E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B74E9; }
p { color: rgb(123,116,233); }
H1.HeaderClassName
{
color: #7B74E9;
}
.AnyTagClassName
{
color: #7B74E9;
}
</style>
background-color css
<style>
a { background-color: #7B74E9; }
a { background-color: rgb(123,116,233); }
div.DivClassName
{
background-color: #7B74E9;
}
.BgClassName
{
background-color: #7B74E9;
}
</style>
border-color css
<style>
span { border-color: #7B74E9; }
span { border-color: rgb(123,116,233); }
td.TdClassName
{
border-color: #7B74E9;
}
.TagClassName
{
border-color: #7B74E9;
}
</style>