Shades of Medium Slate Blue #7B62FC
Tints of Medium Slate Blue #7B62FC
RGB
CMYK
RGB Variations
Color information
#7B62FC (or 0x7B62FC) is known color: Medium Slate Blue. HEX triplet: 7B, 62 and FC. RGB value is (123,98,252). Sum of RGB (Red+Green+Blue) = 123+98+252=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B62FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B62FC is #849D03. Grayscale: #7A7A7A. Windows color (decimal): -8690948 or 16540283. OLE color: 16540283.
HSL color Cylindrical-coordinate representation of color #7B62FC: hue angle of 249.74º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B62FC is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 98 | 252 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.01 |
| HSL | 249.74º | 0.96% | 0.69% | - |
| HSV(B) | 249.74º | 0.61% | 0.99% | - |
| XYZ | 30.11 | 19.97 | 94.36 | - |
| YUV | 123.03 | 200.78 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 98 | 252 | 0.51 | 0.61 | 0 | 0.01 | 249.74 | 0.96 | 0.69 |
| Hex | 7B | 62 | FC | 33 | 3D | 0 | 1 | FA | 60 | 45 |
| Octal | 173 | 142 | 374 | 63 | 75 | 0 | 1 | 372 | 140 | 105 |
| Binary | 1111011 | 1100010 | 11111100 | 110011 | 111101 | 0 | 1 | 11111010 | 1100000 | 1000101 |
Color Harmonies of #7B62FC
Complementary color
Monochromatic Colors of #7B62FC
Black with #7B62FC
Text Example
Text Example
White with #7B62FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B62FC; }
p { color: rgb(123,98,252); }
H1.HeaderClassName
{
color: #7B62FC;
}
.AnyTagClassName
{
color: #7B62FC;
}
</style>
background-color css
<style>
a { background-color: #7B62FC; }
a { background-color: rgb(123,98,252); }
div.DivClassName
{
background-color: #7B62FC;
}
.BgClassName
{
background-color: #7B62FC;
}
</style>
border-color css
<style>
span { border-color: #7B62FC; }
span { border-color: rgb(123,98,252); }
td.TdClassName
{
border-color: #7B62FC;
}
.TagClassName
{
border-color: #7B62FC;
}
</style>