Shades of Medium Slate Blue #7B51F4
Tints of Medium Slate Blue #7B51F4
RGB
CMYK
RGB Variations
Color information
#7B51F4 (or 0x7B51F4) is known color: Medium Slate Blue. HEX triplet: 7B, 51 and F4. RGB value is (123,81,244). Sum of RGB (Red+Green+Blue) = 123+81+244=448 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.46% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 244 (95.70% from 255 or 54.46% from 448); Max value from RGB is 244 - color contains mainly: blue. Hex color #7B51F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B51F4 is #84AE0B. Grayscale: #6F6F6F. Windows color (decimal): -8695308 or 16011643. OLE color: 16011643.
HSL color Cylindrical-coordinate representation of color #7B51F4: hue angle of 255.46º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B51F4 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 81 | 244 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.04 |
| HSL | 255.46º | 0.88% | 0.64% | - |
| HSV(B) | 255.46º | 0.67% | 0.96% | - |
| XYZ | 27.44 | 16.63 | 87.35 | - |
| YUV | 112.14 | 202.41 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 244 | 0.50 | 0.67 | 0 | 0.04 | 255.46 | 0.88 | 0.64 |
| Hex | 7B | 51 | F4 | 32 | 43 | 0 | 4 | FF | 58 | 40 |
| Octal | 173 | 121 | 364 | 62 | 103 | 0 | 4 | 377 | 130 | 100 |
| Binary | 1111011 | 1010001 | 11110100 | 110010 | 1000011 | 0 | 100 | 11111111 | 1011000 | 1000000 |
Color Harmonies of #7B51F4
Complementary color
Monochromatic Colors of #7B51F4
Black with #7B51F4
Text Example
Text Example
White with #7B51F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B51F4; }
p { color: rgb(123,81,244); }
H1.HeaderClassName
{
color: #7B51F4;
}
.AnyTagClassName
{
color: #7B51F4;
}
</style>
background-color css
<style>
a { background-color: #7B51F4; }
a { background-color: rgb(123,81,244); }
div.DivClassName
{
background-color: #7B51F4;
}
.BgClassName
{
background-color: #7B51F4;
}
</style>
border-color css
<style>
span { border-color: #7B51F4; }
span { border-color: rgb(123,81,244); }
td.TdClassName
{
border-color: #7B51F4;
}
.TagClassName
{
border-color: #7B51F4;
}
</style>