Shades of Medium Slate Blue #7B5BEF
Tints of Medium Slate Blue #7B5BEF
RGB
CMYK
RGB Variations
Color information
#7B5BEF (or 0x7B5BEF) is known color: Medium Slate Blue. HEX triplet: 7B, 5B and EF. RGB value is (123,91,239). Sum of RGB (Red+Green+Blue) = 123+91+239=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B5BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5BEF is #84A410. Grayscale: #747474. Windows color (decimal): -8692753 or 15686523. OLE color: 15686523.
HSL color Cylindrical-coordinate representation of color #7B5BEF: hue angle of 252.97º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B5BEF is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 91 | 239 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.06 |
| HSL | 252.97º | 0.82% | 0.65% | - |
| HSV(B) | 252.97º | 0.62% | 0.94% | - |
| XYZ | 27.49 | 17.93 | 83.67 | - |
| YUV | 117.44 | 196.6 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 91 | 239 | 0.49 | 0.62 | 0 | 0.06 | 252.97 | 0.82 | 0.65 |
| Hex | 7B | 5B | EF | 31 | 3E | 0 | 6 | FD | 52 | 41 |
| Octal | 173 | 133 | 357 | 61 | 76 | 0 | 6 | 375 | 122 | 101 |
| Binary | 1111011 | 1011011 | 11101111 | 110001 | 111110 | 0 | 110 | 11111101 | 1010010 | 1000001 |
Color Harmonies of #7B5BEF
Complementary color
Monochromatic Colors of #7B5BEF
Black with #7B5BEF
Text Example
Text Example
White with #7B5BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5BEF; }
p { color: rgb(123,91,239); }
H1.HeaderClassName
{
color: #7B5BEF;
}
.AnyTagClassName
{
color: #7B5BEF;
}
</style>
background-color css
<style>
a { background-color: #7B5BEF; }
a { background-color: rgb(123,91,239); }
div.DivClassName
{
background-color: #7B5BEF;
}
.BgClassName
{
background-color: #7B5BEF;
}
</style>
border-color css
<style>
span { border-color: #7B5BEF; }
span { border-color: rgb(123,91,239); }
td.TdClassName
{
border-color: #7B5BEF;
}
.TagClassName
{
border-color: #7B5BEF;
}
</style>