Shades of Medium Slate Blue #7B5CFD
Tints of Medium Slate Blue #7B5CFD
RGB
CMYK
RGB Variations
Color information
#7B5CFD (or 0x7B5CFD) is known color: Medium Slate Blue. HEX triplet: 7B, 5C and FD. RGB value is (123,92,253). Sum of RGB (Red+Green+Blue) = 123+92+253=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B5CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5CFD is #84A302. Grayscale: #777777. Windows color (decimal): -8692483 or 16604283. OLE color: 16604283.
HSL color Cylindrical-coordinate representation of color #7B5CFD: hue angle of 251.55º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B5CFD is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 92 | 253 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.01 |
| HSL | 251.55º | 0.98% | 0.68% | - |
| HSV(B) | 251.55º | 0.64% | 0.99% | - |
| XYZ | 29.73 | 18.96 | 95.02 | - |
| YUV | 119.62 | 203.27 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 253 | 0.51 | 0.64 | 0 | 0.01 | 251.55 | 0.98 | 0.68 |
| Hex | 7B | 5C | FD | 33 | 40 | 0 | 1 | FC | 62 | 44 |
| Octal | 173 | 134 | 375 | 63 | 100 | 0 | 1 | 374 | 142 | 104 |
| Binary | 1111011 | 1011100 | 11111101 | 110011 | 1000000 | 0 | 1 | 11111100 | 1100010 | 1000100 |
Color Harmonies of #7B5CFD
Complementary color
Monochromatic Colors of #7B5CFD
Black with #7B5CFD
Text Example
Text Example
White with #7B5CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5CFD; }
p { color: rgb(123,92,253); }
H1.HeaderClassName
{
color: #7B5CFD;
}
.AnyTagClassName
{
color: #7B5CFD;
}
</style>
background-color css
<style>
a { background-color: #7B5CFD; }
a { background-color: rgb(123,92,253); }
div.DivClassName
{
background-color: #7B5CFD;
}
.BgClassName
{
background-color: #7B5CFD;
}
</style>
border-color css
<style>
span { border-color: #7B5CFD; }
span { border-color: rgb(123,92,253); }
td.TdClassName
{
border-color: #7B5CFD;
}
.TagClassName
{
border-color: #7B5CFD;
}
</style>