Shades of Medium Slate Blue #7B5FFC
Tints of Medium Slate Blue #7B5FFC
RGB
CMYK
RGB Variations
Color information
#7B5FFC (or 0x7B5FFC) is known color: Medium Slate Blue. HEX triplet: 7B, 5F and FC. RGB value is (123,95,252). Sum of RGB (Red+Green+Blue) = 123+95+252=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B5FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5FFC is #84A003. Grayscale: #787878. Windows color (decimal): -8691716 or 16539515. OLE color: 16539515.
HSL color Cylindrical-coordinate representation of color #7B5FFC: hue angle of 250.7º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B5FFC is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 95 | 252 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.01 |
| HSL | 250.7º | 0.96% | 0.68% | - |
| HSV(B) | 250.7º | 0.62% | 0.99% | - |
| XYZ | 29.83 | 19.42 | 94.27 | - |
| YUV | 121.27 | 201.78 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 95 | 252 | 0.51 | 0.62 | 0 | 0.01 | 250.7 | 0.96 | 0.68 |
| Hex | 7B | 5F | FC | 33 | 3E | 0 | 1 | FB | 60 | 44 |
| Octal | 173 | 137 | 374 | 63 | 76 | 0 | 1 | 373 | 140 | 104 |
| Binary | 1111011 | 1011111 | 11111100 | 110011 | 111110 | 0 | 1 | 11111011 | 1100000 | 1000100 |
Color Harmonies of #7B5FFC
Complementary color
Monochromatic Colors of #7B5FFC
Black with #7B5FFC
Text Example
Text Example
White with #7B5FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5FFC; }
p { color: rgb(123,95,252); }
H1.HeaderClassName
{
color: #7B5FFC;
}
.AnyTagClassName
{
color: #7B5FFC;
}
</style>
background-color css
<style>
a { background-color: #7B5FFC; }
a { background-color: rgb(123,95,252); }
div.DivClassName
{
background-color: #7B5FFC;
}
.BgClassName
{
background-color: #7B5FFC;
}
</style>
border-color css
<style>
span { border-color: #7B5FFC; }
span { border-color: rgb(123,95,252); }
td.TdClassName
{
border-color: #7B5FFC;
}
.TagClassName
{
border-color: #7B5FFC;
}
</style>