Shades of Medium Slate Blue #7B5DFF
Tints of Medium Slate Blue #7B5DFF
RGB
CMYK
RGB Variations
Color information
#7B5DFF (or 0x7B5DFF) is known color: Medium Slate Blue. HEX triplet: 7B, 5D and FF. RGB value is (123,93,255). Sum of RGB (Red+Green+Blue) = 123+93+255=471 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.11% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B5DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5DFF is #84A200. Grayscale: #777777. Windows color (decimal): -8692225 or 16735611. OLE color: 16735611.
HSL color Cylindrical-coordinate representation of color #7B5DFF: hue angle of 251.11º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B5DFF is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 93 | 255 | - |
| CMYK | 0.52 | 0.64 | 0 | 0 |
| HSL | 251.11º | 1% | 0.68% | - |
| HSV(B) | 251.11º | 0.64% | 1% | - |
| XYZ | 30.13 | 19.26 | 96.74 | - |
| YUV | 120.44 | 203.94 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 93 | 255 | 0.52 | 0.64 | 0 | 0 | 251.11 | 1 | 0.68 |
| Hex | 7B | 5D | FF | 34 | 40 | 0 | 0 | FB | 64 | 44 |
| Octal | 173 | 135 | 377 | 64 | 100 | 0 | 0 | 373 | 144 | 104 |
| Binary | 1111011 | 1011101 | 11111111 | 110100 | 1000000 | 0 | 0 | 11111011 | 1100100 | 1000100 |
Color Harmonies of #7B5DFF
Complementary color
Monochromatic Colors of #7B5DFF
Black with #7B5DFF
Text Example
Text Example
White with #7B5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5DFF; }
p { color: rgb(123,93,255); }
H1.HeaderClassName
{
color: #7B5DFF;
}
.AnyTagClassName
{
color: #7B5DFF;
}
</style>
background-color css
<style>
a { background-color: #7B5DFF; }
a { background-color: rgb(123,93,255); }
div.DivClassName
{
background-color: #7B5DFF;
}
.BgClassName
{
background-color: #7B5DFF;
}
</style>
border-color css
<style>
span { border-color: #7B5DFF; }
span { border-color: rgb(123,93,255); }
td.TdClassName
{
border-color: #7B5DFF;
}
.TagClassName
{
border-color: #7B5DFF;
}
</style>