Shades of Medium Slate Blue #7B5CFB
Tints of Medium Slate Blue #7B5CFB
RGB
CMYK
RGB Variations
Color information
#7B5CFB (or 0x7B5CFB) is known color: Medium Slate Blue. HEX triplet: 7B, 5C and FB. RGB value is (123,92,251). Sum of RGB (Red+Green+Blue) = 123+92+251=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B5CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5CFB is #84A304. Grayscale: #767676. Windows color (decimal): -8692485 or 16473211. OLE color: 16473211.
HSL color Cylindrical-coordinate representation of color #7B5CFB: hue angle of 251.7º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B5CFB is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 92 | 251 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.02 |
| HSL | 251.7º | 0.95% | 0.67% | - |
| HSV(B) | 251.7º | 0.63% | 0.98% | - |
| XYZ | 29.41 | 18.83 | 93.35 | - |
| YUV | 119.4 | 202.27 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 251 | 0.51 | 0.63 | 0 | 0.02 | 251.7 | 0.95 | 0.67 |
| Hex | 7B | 5C | FB | 33 | 3F | 0 | 2 | FC | 5F | 43 |
| Octal | 173 | 134 | 373 | 63 | 77 | 0 | 2 | 374 | 137 | 103 |
| Binary | 1111011 | 1011100 | 11111011 | 110011 | 111111 | 0 | 10 | 11111100 | 1011111 | 1000011 |
Color Harmonies of #7B5CFB
Complementary color
Monochromatic Colors of #7B5CFB
Black with #7B5CFB
Text Example
Text Example
White with #7B5CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5CFB; }
p { color: rgb(123,92,251); }
H1.HeaderClassName
{
color: #7B5CFB;
}
.AnyTagClassName
{
color: #7B5CFB;
}
</style>
background-color css
<style>
a { background-color: #7B5CFB; }
a { background-color: rgb(123,92,251); }
div.DivClassName
{
background-color: #7B5CFB;
}
.BgClassName
{
background-color: #7B5CFB;
}
</style>
border-color css
<style>
span { border-color: #7B5CFB; }
span { border-color: rgb(123,92,251); }
td.TdClassName
{
border-color: #7B5CFB;
}
.TagClassName
{
border-color: #7B5CFB;
}
</style>