Shades of Medium Slate Blue #7B51FC
Tints of Medium Slate Blue #7B51FC
RGB
CMYK
RGB Variations
Color information
#7B51FC (or 0x7B51FC) is known color: Medium Slate Blue. HEX triplet: 7B, 51 and FC. RGB value is (123,81,252). Sum of RGB (Red+Green+Blue) = 123+81+252=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B51FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B51FC is #84AE03. Grayscale: #707070. Windows color (decimal): -8695300 or 16535931. OLE color: 16535931.
HSL color Cylindrical-coordinate representation of color #7B51FC: hue angle of 254.74º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B51FC is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 81 | 252 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.01 |
| HSL | 254.74º | 0.97% | 0.65% | - |
| HSV(B) | 254.74º | 0.68% | 0.99% | - |
| XYZ | 28.68 | 17.12 | 93.89 | - |
| YUV | 113.05 | 206.41 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 252 | 0.51 | 0.68 | 0 | 0.01 | 254.74 | 0.97 | 0.65 |
| Hex | 7B | 51 | FC | 33 | 44 | 0 | 1 | FF | 61 | 41 |
| Octal | 173 | 121 | 374 | 63 | 104 | 0 | 1 | 377 | 141 | 101 |
| Binary | 1111011 | 1010001 | 11111100 | 110011 | 1000100 | 0 | 1 | 11111111 | 1100001 | 1000001 |
Color Harmonies of #7B51FC
Complementary color
Monochromatic Colors of #7B51FC
Black with #7B51FC
Text Example
Text Example
White with #7B51FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B51FC; }
p { color: rgb(123,81,252); }
H1.HeaderClassName
{
color: #7B51FC;
}
.AnyTagClassName
{
color: #7B51FC;
}
</style>
background-color css
<style>
a { background-color: #7B51FC; }
a { background-color: rgb(123,81,252); }
div.DivClassName
{
background-color: #7B51FC;
}
.BgClassName
{
background-color: #7B51FC;
}
</style>
border-color css
<style>
span { border-color: #7B51FC; }
span { border-color: rgb(123,81,252); }
td.TdClassName
{
border-color: #7B51FC;
}
.TagClassName
{
border-color: #7B51FC;
}
</style>