Shades of Medium Slate Blue #7B5AF8
Tints of Medium Slate Blue #7B5AF8
RGB
CMYK
RGB Variations
Color information
#7B5AF8 (or 0x7B5AF8) is known color: Medium Slate Blue. HEX triplet: 7B, 5A and F8. RGB value is (123,90,248). Sum of RGB (Red+Green+Blue) = 123+90+248=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #7B5AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5AF8 is #84A507. Grayscale: #757575. Windows color (decimal): -8693000 or 16276091. OLE color: 16276091.
HSL color Cylindrical-coordinate representation of color #7B5AF8: hue angle of 252.53º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B5AF8 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 123 | 90 | 248 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.03 |
| HSL | 252.53º | 0.92% | 0.66% | - |
| HSV(B) | 252.53º | 0.64% | 0.97% | - |
| XYZ | 28.77 | 18.3 | 90.82 | - |
| YUV | 117.88 | 201.43 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 90 | 248 | 0.50 | 0.64 | 0 | 0.03 | 252.53 | 0.92 | 0.66 |
| Hex | 7B | 5A | F8 | 32 | 40 | 0 | 3 | FD | 5C | 42 |
| Octal | 173 | 132 | 370 | 62 | 100 | 0 | 3 | 375 | 134 | 102 |
| Binary | 1111011 | 1011010 | 11111000 | 110010 | 1000000 | 0 | 11 | 11111101 | 1011100 | 1000010 |
Color Harmonies of #7B5AF8
Complementary color
Monochromatic Colors of #7B5AF8
Black with #7B5AF8
Text Example
Text Example
White with #7B5AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5AF8; }
p { color: rgb(123,90,248); }
H1.HeaderClassName
{
color: #7B5AF8;
}
.AnyTagClassName
{
color: #7B5AF8;
}
</style>
background-color css
<style>
a { background-color: #7B5AF8; }
a { background-color: rgb(123,90,248); }
div.DivClassName
{
background-color: #7B5AF8;
}
.BgClassName
{
background-color: #7B5AF8;
}
</style>
border-color css
<style>
span { border-color: #7B5AF8; }
span { border-color: rgb(123,90,248); }
td.TdClassName
{
border-color: #7B5AF8;
}
.TagClassName
{
border-color: #7B5AF8;
}
</style>