Shades of Medium Slate Blue #7B53FC
Tints of Medium Slate Blue #7B53FC
RGB
CMYK
RGB Variations
Color information
#7B53FC (or 0x7B53FC) is known color: Medium Slate Blue. HEX triplet: 7B, 53 and FC. RGB value is (123,83,252). Sum of RGB (Red+Green+Blue) = 123+83+252=458 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.86% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B53FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B53FC is #84AC03. Grayscale: #717171. Windows color (decimal): -8694788 or 16536443. OLE color: 16536443.
HSL color Cylindrical-coordinate representation of color #7B53FC: hue angle of 254.2º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B53FC is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 83 | 252 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.01 |
| HSL | 254.2º | 0.97% | 0.66% | - |
| HSV(B) | 254.2º | 0.67% | 0.99% | - |
| XYZ | 28.83 | 17.43 | 93.94 | - |
| YUV | 114.23 | 205.75 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 83 | 252 | 0.51 | 0.67 | 0 | 0.01 | 254.2 | 0.97 | 0.66 |
| Hex | 7B | 53 | FC | 33 | 43 | 0 | 1 | FE | 61 | 42 |
| Octal | 173 | 123 | 374 | 63 | 103 | 0 | 1 | 376 | 141 | 102 |
| Binary | 1111011 | 1010011 | 11111100 | 110011 | 1000011 | 0 | 1 | 11111110 | 1100001 | 1000010 |
Color Harmonies of #7B53FC
Complementary color
Monochromatic Colors of #7B53FC
Black with #7B53FC
Text Example
Text Example
White with #7B53FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B53FC; }
p { color: rgb(123,83,252); }
H1.HeaderClassName
{
color: #7B53FC;
}
.AnyTagClassName
{
color: #7B53FC;
}
</style>
background-color css
<style>
a { background-color: #7B53FC; }
a { background-color: rgb(123,83,252); }
div.DivClassName
{
background-color: #7B53FC;
}
.BgClassName
{
background-color: #7B53FC;
}
</style>
border-color css
<style>
span { border-color: #7B53FC; }
span { border-color: rgb(123,83,252); }
td.TdClassName
{
border-color: #7B53FC;
}
.TagClassName
{
border-color: #7B53FC;
}
</style>