Shades of Medium Slate Blue #7B5AF9
Tints of Medium Slate Blue #7B5AF9
RGB
CMYK
RGB Variations
Color information
#7B5AF9 (or 0x7B5AF9) is known color: Medium Slate Blue. HEX triplet: 7B, 5A and F9. RGB value is (123,90,249). Sum of RGB (Red+Green+Blue) = 123+90+249=462 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.62% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #7B5AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5AF9 is #84A506. Grayscale: #757575. Windows color (decimal): -8692999 or 16341627. OLE color: 16341627.
HSL color Cylindrical-coordinate representation of color #7B5AF9: hue angle of 252.45º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B5AF9 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 90 | 249 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.02 |
| HSL | 252.45º | 0.93% | 0.66% | - |
| HSV(B) | 252.45º | 0.64% | 0.98% | - |
| XYZ | 28.92 | 18.36 | 91.64 | - |
| YUV | 117.99 | 201.93 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 90 | 249 | 0.51 | 0.64 | 0 | 0.02 | 252.45 | 0.93 | 0.66 |
| Hex | 7B | 5A | F9 | 33 | 40 | 0 | 2 | FC | 5D | 42 |
| Octal | 173 | 132 | 371 | 63 | 100 | 0 | 2 | 374 | 135 | 102 |
| Binary | 1111011 | 1011010 | 11111001 | 110011 | 1000000 | 0 | 10 | 11111100 | 1011101 | 1000010 |
Color Harmonies of #7B5AF9
Complementary color
Monochromatic Colors of #7B5AF9
Black with #7B5AF9
Text Example
Text Example
White with #7B5AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5AF9; }
p { color: rgb(123,90,249); }
H1.HeaderClassName
{
color: #7B5AF9;
}
.AnyTagClassName
{
color: #7B5AF9;
}
</style>
background-color css
<style>
a { background-color: #7B5AF9; }
a { background-color: rgb(123,90,249); }
div.DivClassName
{
background-color: #7B5AF9;
}
.BgClassName
{
background-color: #7B5AF9;
}
</style>
border-color css
<style>
span { border-color: #7B5AF9; }
span { border-color: rgb(123,90,249); }
td.TdClassName
{
border-color: #7B5AF9;
}
.TagClassName
{
border-color: #7B5AF9;
}
</style>