Shades of Medium Slate Blue #7B5FFB
Tints of Medium Slate Blue #7B5FFB
RGB
CMYK
RGB Variations
Color information
#7B5FFB (or 0x7B5FFB) is known color: Medium Slate Blue. HEX triplet: 7B, 5F and FB. RGB value is (123,95,251). Sum of RGB (Red+Green+Blue) = 123+95+251=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B5FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5FFB is #84A004. Grayscale: #787878. Windows color (decimal): -8691717 or 16473979. OLE color: 16473979.
HSL color Cylindrical-coordinate representation of color #7B5FFB: hue angle of 250.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B5FFB is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 95 | 251 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.02 |
| HSL | 250.77º | 0.95% | 0.68% | - |
| HSV(B) | 250.77º | 0.62% | 0.98% | - |
| XYZ | 29.67 | 19.36 | 93.44 | - |
| YUV | 121.16 | 201.28 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 95 | 251 | 0.51 | 0.62 | 0 | 0.02 | 250.77 | 0.95 | 0.68 |
| Hex | 7B | 5F | FB | 33 | 3E | 0 | 2 | FB | 5F | 44 |
| Octal | 173 | 137 | 373 | 63 | 76 | 0 | 2 | 373 | 137 | 104 |
| Binary | 1111011 | 1011111 | 11111011 | 110011 | 111110 | 0 | 10 | 11111011 | 1011111 | 1000100 |
Color Harmonies of #7B5FFB
Complementary color
Monochromatic Colors of #7B5FFB
Black with #7B5FFB
Text Example
Text Example
White with #7B5FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5FFB; }
p { color: rgb(123,95,251); }
H1.HeaderClassName
{
color: #7B5FFB;
}
.AnyTagClassName
{
color: #7B5FFB;
}
</style>
background-color css
<style>
a { background-color: #7B5FFB; }
a { background-color: rgb(123,95,251); }
div.DivClassName
{
background-color: #7B5FFB;
}
.BgClassName
{
background-color: #7B5FFB;
}
</style>
border-color css
<style>
span { border-color: #7B5FFB; }
span { border-color: rgb(123,95,251); }
td.TdClassName
{
border-color: #7B5FFB;
}
.TagClassName
{
border-color: #7B5FFB;
}
</style>