Shades of Medium Slate Blue #7B67EC
Tints of Medium Slate Blue #7B67EC
RGB
CMYK
RGB Variations
Color information
#7B67EC (or 0x7B67EC) is known color: Medium Slate Blue. HEX triplet: 7B, 67 and EC. RGB value is (123,103,236). Sum of RGB (Red+Green+Blue) = 123+103+236=462 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.62% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B67EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B67EC is #849813. Grayscale: #7B7B7B. Windows color (decimal): -8689684 or 15492987. OLE color: 15492987.
HSL color Cylindrical-coordinate representation of color #7B67EC: hue angle of 249.02º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B67EC is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 103 | 236 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.07 |
| HSL | 249.02º | 0.78% | 0.66% | - |
| HSV(B) | 249.02º | 0.56% | 0.93% | - |
| XYZ | 28.16 | 19.97 | 81.73 | - |
| YUV | 124.14 | 191.13 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 236 | 0.48 | 0.56 | 0 | 0.07 | 249.02 | 0.78 | 0.66 |
| Hex | 7B | 67 | EC | 30 | 38 | 0 | 7 | F9 | 4E | 42 |
| Octal | 173 | 147 | 354 | 60 | 70 | 0 | 7 | 371 | 116 | 102 |
| Binary | 1111011 | 1100111 | 11101100 | 110000 | 111000 | 0 | 111 | 11111001 | 1001110 | 1000010 |
Color Harmonies of #7B67EC
Complementary color
Monochromatic Colors of #7B67EC
Black with #7B67EC
Text Example
Text Example
White with #7B67EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B67EC; }
p { color: rgb(123,103,236); }
H1.HeaderClassName
{
color: #7B67EC;
}
.AnyTagClassName
{
color: #7B67EC;
}
</style>
background-color css
<style>
a { background-color: #7B67EC; }
a { background-color: rgb(123,103,236); }
div.DivClassName
{
background-color: #7B67EC;
}
.BgClassName
{
background-color: #7B67EC;
}
</style>
border-color css
<style>
span { border-color: #7B67EC; }
span { border-color: rgb(123,103,236); }
td.TdClassName
{
border-color: #7B67EC;
}
.TagClassName
{
border-color: #7B67EC;
}
</style>