Shades of Medium Slate Blue #7B61EF
Tints of Medium Slate Blue #7B61EF
RGB
CMYK
RGB Variations
Color information
#7B61EF (or 0x7B61EF) is known color: Medium Slate Blue. HEX triplet: 7B, 61 and EF. RGB value is (123,97,239). Sum of RGB (Red+Green+Blue) = 123+97+239=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B61EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B61EF is #849E10. Grayscale: #787878. Windows color (decimal): -8691217 or 15688059. OLE color: 15688059.
HSL color Cylindrical-coordinate representation of color #7B61EF: hue angle of 250.99º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B61EF is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 97 | 239 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.06 |
| HSL | 250.99º | 0.82% | 0.66% | - |
| HSV(B) | 250.99º | 0.59% | 0.94% | - |
| XYZ | 28.02 | 18.99 | 83.85 | - |
| YUV | 120.96 | 194.61 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 97 | 239 | 0.49 | 0.59 | 0 | 0.06 | 250.99 | 0.82 | 0.66 |
| Hex | 7B | 61 | EF | 31 | 3B | 0 | 6 | FB | 52 | 42 |
| Octal | 173 | 141 | 357 | 61 | 73 | 0 | 6 | 373 | 122 | 102 |
| Binary | 1111011 | 1100001 | 11101111 | 110001 | 111011 | 0 | 110 | 11111011 | 1010010 | 1000010 |
Color Harmonies of #7B61EF
Complementary color
Monochromatic Colors of #7B61EF
Black with #7B61EF
Text Example
Text Example
White with #7B61EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B61EF; }
p { color: rgb(123,97,239); }
H1.HeaderClassName
{
color: #7B61EF;
}
.AnyTagClassName
{
color: #7B61EF;
}
</style>
background-color css
<style>
a { background-color: #7B61EF; }
a { background-color: rgb(123,97,239); }
div.DivClassName
{
background-color: #7B61EF;
}
.BgClassName
{
background-color: #7B61EF;
}
</style>
border-color css
<style>
span { border-color: #7B61EF; }
span { border-color: rgb(123,97,239); }
td.TdClassName
{
border-color: #7B61EF;
}
.TagClassName
{
border-color: #7B61EF;
}
</style>