Shades of Medium Slate Blue #7B5EF8
Tints of Medium Slate Blue #7B5EF8
RGB
CMYK
RGB Variations
Color information
#7B5EF8 (or 0x7B5EF8) is known color: Medium Slate Blue. HEX triplet: 7B, 5E and F8. RGB value is (123,94,248). Sum of RGB (Red+Green+Blue) = 123+94+248=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 248 (97.27% from 255 or 53.33% from 465); Max value from RGB is 248 - color contains mainly: blue. Hex color #7B5EF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5EF8 is #84A107. Grayscale: #777777. Windows color (decimal): -8691976 or 16277115. OLE color: 16277115.
HSL color Cylindrical-coordinate representation of color #7B5EF8: hue angle of 251.3º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B5EF8 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 123 | 94 | 248 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.03 |
| HSL | 251.3º | 0.92% | 0.67% | - |
| HSV(B) | 251.3º | 0.62% | 0.97% | - |
| XYZ | 29.11 | 18.99 | 90.94 | - |
| YUV | 120.23 | 200.11 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 94 | 248 | 0.50 | 0.62 | 0 | 0.03 | 251.3 | 0.92 | 0.67 |
| Hex | 7B | 5E | F8 | 32 | 3E | 0 | 3 | FB | 5C | 43 |
| Octal | 173 | 136 | 370 | 62 | 76 | 0 | 3 | 373 | 134 | 103 |
| Binary | 1111011 | 1011110 | 11111000 | 110010 | 111110 | 0 | 11 | 11111011 | 1011100 | 1000011 |
Color Harmonies of #7B5EF8
Complementary color
Monochromatic Colors of #7B5EF8
Black with #7B5EF8
Text Example
Text Example
White with #7B5EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5EF8; }
p { color: rgb(123,94,248); }
H1.HeaderClassName
{
color: #7B5EF8;
}
.AnyTagClassName
{
color: #7B5EF8;
}
</style>
background-color css
<style>
a { background-color: #7B5EF8; }
a { background-color: rgb(123,94,248); }
div.DivClassName
{
background-color: #7B5EF8;
}
.BgClassName
{
background-color: #7B5EF8;
}
</style>
border-color css
<style>
span { border-color: #7B5EF8; }
span { border-color: rgb(123,94,248); }
td.TdClassName
{
border-color: #7B5EF8;
}
.TagClassName
{
border-color: #7B5EF8;
}
</style>