Shades of Medium Slate Blue #7B5CFC
Tints of Medium Slate Blue #7B5CFC
RGB
CMYK
RGB Variations
Color information
#7B5CFC (or 0x7B5CFC) is known color: Medium Slate Blue. HEX triplet: 7B, 5C and FC. RGB value is (123,92,252). Sum of RGB (Red+Green+Blue) = 123+92+252=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B5CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5CFC is #84A303. Grayscale: #767676. Windows color (decimal): -8692484 or 16538747. OLE color: 16538747.
HSL color Cylindrical-coordinate representation of color #7B5CFC: hue angle of 251.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B5CFC is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 92 | 252 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.01 |
| HSL | 251.63º | 0.96% | 0.67% | - |
| HSV(B) | 251.63º | 0.63% | 0.99% | - |
| XYZ | 29.57 | 18.89 | 94.18 | - |
| YUV | 119.51 | 202.77 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 252 | 0.51 | 0.63 | 0 | 0.01 | 251.63 | 0.96 | 0.67 |
| Hex | 7B | 5C | FC | 33 | 3F | 0 | 1 | FC | 60 | 43 |
| Octal | 173 | 134 | 374 | 63 | 77 | 0 | 1 | 374 | 140 | 103 |
| Binary | 1111011 | 1011100 | 11111100 | 110011 | 111111 | 0 | 1 | 11111100 | 1100000 | 1000011 |
Color Harmonies of #7B5CFC
Complementary color
Monochromatic Colors of #7B5CFC
Black with #7B5CFC
Text Example
Text Example
White with #7B5CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5CFC; }
p { color: rgb(123,92,252); }
H1.HeaderClassName
{
color: #7B5CFC;
}
.AnyTagClassName
{
color: #7B5CFC;
}
</style>
background-color css
<style>
a { background-color: #7B5CFC; }
a { background-color: rgb(123,92,252); }
div.DivClassName
{
background-color: #7B5CFC;
}
.BgClassName
{
background-color: #7B5CFC;
}
</style>
border-color css
<style>
span { border-color: #7B5CFC; }
span { border-color: rgb(123,92,252); }
td.TdClassName
{
border-color: #7B5CFC;
}
.TagClassName
{
border-color: #7B5CFC;
}
</style>