Shades of Medium Slate Blue #7B5CFE
Tints of Medium Slate Blue #7B5CFE
RGB
CMYK
RGB Variations
Color information
#7B5CFE (or 0x7B5CFE) is known color: Medium Slate Blue. HEX triplet: 7B, 5C and FE. RGB value is (123,92,254). Sum of RGB (Red+Green+Blue) = 123+92+254=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B5CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5CFE is #84A301. Grayscale: #777777. Windows color (decimal): -8692482 or 16669819. OLE color: 16669819.
HSL color Cylindrical-coordinate representation of color #7B5CFE: hue angle of 251.48º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B5CFE is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 92 | 254 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.00 |
| HSL | 251.48º | 0.99% | 0.68% | - |
| HSV(B) | 251.48º | 0.64% | 1% | - |
| XYZ | 29.88 | 19.02 | 95.86 | - |
| YUV | 119.74 | 203.77 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 254 | 0.52 | 0.64 | 0 | 0.00 | 251.48 | 0.99 | 0.68 |
| Hex | 7B | 5C | FE | 34 | 40 | 0 | 0 | FB | 63 | 44 |
| Octal | 173 | 134 | 376 | 64 | 100 | 0 | 0 | 373 | 143 | 104 |
| Binary | 1111011 | 1011100 | 11111110 | 110100 | 1000000 | 0 | 0 | 11111011 | 1100011 | 1000100 |
Color Harmonies of #7B5CFE
Complementary color
Monochromatic Colors of #7B5CFE
Black with #7B5CFE
Text Example
Text Example
White with #7B5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5CFE; }
p { color: rgb(123,92,254); }
H1.HeaderClassName
{
color: #7B5CFE;
}
.AnyTagClassName
{
color: #7B5CFE;
}
</style>
background-color css
<style>
a { background-color: #7B5CFE; }
a { background-color: rgb(123,92,254); }
div.DivClassName
{
background-color: #7B5CFE;
}
.BgClassName
{
background-color: #7B5CFE;
}
</style>
border-color css
<style>
span { border-color: #7B5CFE; }
span { border-color: rgb(123,92,254); }
td.TdClassName
{
border-color: #7B5CFE;
}
.TagClassName
{
border-color: #7B5CFE;
}
</style>