Shades of Medium Slate Blue #7B68F1
Tints of Medium Slate Blue #7B68F1
RGB
CMYK
RGB Variations
Color information
#7B68F1 (or 0x7B68F1) is known color: Medium Slate Blue. HEX triplet: 7B, 68 and F1. RGB value is (123,104,241). Sum of RGB (Red+Green+Blue) = 123+104+241=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #7B68F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B68F1 is #84970E. Grayscale: #7C7C7C. Windows color (decimal): -8689423 or 15820923. OLE color: 15820923.
HSL color Cylindrical-coordinate representation of color #7B68F1: hue angle of 248.32º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B68F1 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 104 | 241 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.05 |
| HSL | 248.32º | 0.83% | 0.68% | - |
| HSV(B) | 248.32º | 0.57% | 0.95% | - |
| XYZ | 29 | 20.46 | 85.64 | - |
| YUV | 125.3 | 193.29 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 104 | 241 | 0.49 | 0.57 | 0 | 0.05 | 248.32 | 0.83 | 0.68 |
| Hex | 7B | 68 | F1 | 31 | 39 | 0 | 5 | F8 | 53 | 44 |
| Octal | 173 | 150 | 361 | 61 | 71 | 0 | 5 | 370 | 123 | 104 |
| Binary | 1111011 | 1101000 | 11110001 | 110001 | 111001 | 0 | 101 | 11111000 | 1010011 | 1000100 |
Color Harmonies of #7B68F1
Complementary color
Monochromatic Colors of #7B68F1
Black with #7B68F1
Text Example
Text Example
White with #7B68F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B68F1; }
p { color: rgb(123,104,241); }
H1.HeaderClassName
{
color: #7B68F1;
}
.AnyTagClassName
{
color: #7B68F1;
}
</style>
background-color css
<style>
a { background-color: #7B68F1; }
a { background-color: rgb(123,104,241); }
div.DivClassName
{
background-color: #7B68F1;
}
.BgClassName
{
background-color: #7B68F1;
}
</style>
border-color css
<style>
span { border-color: #7B68F1; }
span { border-color: rgb(123,104,241); }
td.TdClassName
{
border-color: #7B68F1;
}
.TagClassName
{
border-color: #7B68F1;
}
</style>