Shades of Medium Slate Blue #7B68EF
Tints of Medium Slate Blue #7B68EF
RGB
CMYK
RGB Variations
Color information
#7B68EF (or 0x7B68EF) is known color: Medium Slate Blue. HEX triplet: 7B, 68 and EF. RGB value is (123,104,239). Sum of RGB (Red+Green+Blue) = 123+104+239=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B68EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B68EF is #849710. Grayscale: #7C7C7C. Windows color (decimal): -8689425 or 15689851. OLE color: 15689851.
HSL color Cylindrical-coordinate representation of color #7B68EF: hue angle of 248.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B68EF is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 104 | 239 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.06 |
| HSL | 248.44º | 0.81% | 0.67% | - |
| HSV(B) | 248.44º | 0.56% | 0.94% | - |
| XYZ | 28.7 | 20.34 | 84.08 | - |
| YUV | 125.07 | 192.29 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 104 | 239 | 0.49 | 0.56 | 0 | 0.06 | 248.44 | 0.81 | 0.67 |
| Hex | 7B | 68 | EF | 31 | 38 | 0 | 6 | F8 | 51 | 43 |
| Octal | 173 | 150 | 357 | 61 | 70 | 0 | 6 | 370 | 121 | 103 |
| Binary | 1111011 | 1101000 | 11101111 | 110001 | 111000 | 0 | 110 | 11111000 | 1010001 | 1000011 |
Color Harmonies of #7B68EF
Complementary color
Monochromatic Colors of #7B68EF
Black with #7B68EF
Text Example
Text Example
White with #7B68EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B68EF; }
p { color: rgb(123,104,239); }
H1.HeaderClassName
{
color: #7B68EF;
}
.AnyTagClassName
{
color: #7B68EF;
}
</style>
background-color css
<style>
a { background-color: #7B68EF; }
a { background-color: rgb(123,104,239); }
div.DivClassName
{
background-color: #7B68EF;
}
.BgClassName
{
background-color: #7B68EF;
}
</style>
border-color css
<style>
span { border-color: #7B68EF; }
span { border-color: rgb(123,104,239); }
td.TdClassName
{
border-color: #7B68EF;
}
.TagClassName
{
border-color: #7B68EF;
}
</style>