Shades of Medium Slate Blue #7B61FE
Tints of Medium Slate Blue #7B61FE
RGB
CMYK
RGB Variations
Color information
#7B61FE (or 0x7B61FE) is known color: Medium Slate Blue. HEX triplet: 7B, 61 and FE. RGB value is (123,97,254). Sum of RGB (Red+Green+Blue) = 123+97+254=474 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.95% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B61FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B61FE is #849E01. Grayscale: #7A7A7A. Windows color (decimal): -8691202 or 16671099. OLE color: 16671099.
HSL color Cylindrical-coordinate representation of color #7B61FE: hue angle of 249.94º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B61FE is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 97 | 254 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.00 |
| HSL | 249.94º | 0.99% | 0.69% | - |
| HSV(B) | 249.94º | 0.62% | 1% | - |
| XYZ | 30.33 | 19.92 | 96.01 | - |
| YUV | 122.67 | 202.11 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 97 | 254 | 0.52 | 0.62 | 0 | 0.00 | 249.94 | 0.99 | 0.69 |
| Hex | 7B | 61 | FE | 34 | 3E | 0 | 0 | FA | 63 | 45 |
| Octal | 173 | 141 | 376 | 64 | 76 | 0 | 0 | 372 | 143 | 105 |
| Binary | 1111011 | 1100001 | 11111110 | 110100 | 111110 | 0 | 0 | 11111010 | 1100011 | 1000101 |
Color Harmonies of #7B61FE
Complementary color
Monochromatic Colors of #7B61FE
Black with #7B61FE
Text Example
Text Example
White with #7B61FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B61FE; }
p { color: rgb(123,97,254); }
H1.HeaderClassName
{
color: #7B61FE;
}
.AnyTagClassName
{
color: #7B61FE;
}
</style>
background-color css
<style>
a { background-color: #7B61FE; }
a { background-color: rgb(123,97,254); }
div.DivClassName
{
background-color: #7B61FE;
}
.BgClassName
{
background-color: #7B61FE;
}
</style>
border-color css
<style>
span { border-color: #7B61FE; }
span { border-color: rgb(123,97,254); }
td.TdClassName
{
border-color: #7B61FE;
}
.TagClassName
{
border-color: #7B61FE;
}
</style>