Shades of Medium Slate Blue #7B52FE
Tints of Medium Slate Blue #7B52FE
RGB
CMYK
RGB Variations
Color information
#7B52FE (or 0x7B52FE) is known color: Medium Slate Blue. HEX triplet: 7B, 52 and FE. RGB value is (123,82,254). Sum of RGB (Red+Green+Blue) = 123+82+254=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B52FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B52FE is #84AD01. Grayscale: #717171. Windows color (decimal): -8695042 or 16667259. OLE color: 16667259.
HSL color Cylindrical-coordinate representation of color #7B52FE: hue angle of 254.3º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B52FE is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 82 | 254 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.00 |
| HSL | 254.3º | 0.99% | 0.66% | - |
| HSV(B) | 254.3º | 0.68% | 1% | - |
| XYZ | 29.08 | 17.4 | 95.59 | - |
| YUV | 113.87 | 207.08 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 82 | 254 | 0.52 | 0.68 | 0 | 0.00 | 254.3 | 0.99 | 0.66 |
| Hex | 7B | 52 | FE | 34 | 44 | 0 | 0 | FE | 63 | 42 |
| Octal | 173 | 122 | 376 | 64 | 104 | 0 | 0 | 376 | 143 | 102 |
| Binary | 1111011 | 1010010 | 11111110 | 110100 | 1000100 | 0 | 0 | 11111110 | 1100011 | 1000010 |
Color Harmonies of #7B52FE
Complementary color
Monochromatic Colors of #7B52FE
Black with #7B52FE
Text Example
Text Example
White with #7B52FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B52FE; }
p { color: rgb(123,82,254); }
H1.HeaderClassName
{
color: #7B52FE;
}
.AnyTagClassName
{
color: #7B52FE;
}
</style>
background-color css
<style>
a { background-color: #7B52FE; }
a { background-color: rgb(123,82,254); }
div.DivClassName
{
background-color: #7B52FE;
}
.BgClassName
{
background-color: #7B52FE;
}
</style>
border-color css
<style>
span { border-color: #7B52FE; }
span { border-color: rgb(123,82,254); }
td.TdClassName
{
border-color: #7B52FE;
}
.TagClassName
{
border-color: #7B52FE;
}
</style>