Shades of Medium Slate Blue #7B69EC
Tints of Medium Slate Blue #7B69EC
RGB
CMYK
RGB Variations
Color information
#7B69EC (or 0x7B69EC) is known color: Medium Slate Blue. HEX triplet: 7B, 69 and EC. RGB value is (123,105,236). Sum of RGB (Red+Green+Blue) = 123+105+236=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B69EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B69EC is #849613. Grayscale: #7C7C7C. Windows color (decimal): -8689172 or 15493499. OLE color: 15493499.
HSL color Cylindrical-coordinate representation of color #7B69EC: hue angle of 248.24º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B69EC is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 105 | 236 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.07 |
| HSL | 248.24º | 0.78% | 0.67% | - |
| HSV(B) | 248.24º | 0.56% | 0.93% | - |
| XYZ | 28.36 | 20.37 | 81.79 | - |
| YUV | 125.32 | 190.46 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 236 | 0.48 | 0.56 | 0 | 0.07 | 248.24 | 0.78 | 0.67 |
| Hex | 7B | 69 | EC | 30 | 38 | 0 | 7 | F8 | 4E | 43 |
| Octal | 173 | 151 | 354 | 60 | 70 | 0 | 7 | 370 | 116 | 103 |
| Binary | 1111011 | 1101001 | 11101100 | 110000 | 111000 | 0 | 111 | 11111000 | 1001110 | 1000011 |
Color Harmonies of #7B69EC
Complementary color
Monochromatic Colors of #7B69EC
Black with #7B69EC
Text Example
Text Example
White with #7B69EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B69EC; }
p { color: rgb(123,105,236); }
H1.HeaderClassName
{
color: #7B69EC;
}
.AnyTagClassName
{
color: #7B69EC;
}
</style>
background-color css
<style>
a { background-color: #7B69EC; }
a { background-color: rgb(123,105,236); }
div.DivClassName
{
background-color: #7B69EC;
}
.BgClassName
{
background-color: #7B69EC;
}
</style>
border-color css
<style>
span { border-color: #7B69EC; }
span { border-color: rgb(123,105,236); }
td.TdClassName
{
border-color: #7B69EC;
}
.TagClassName
{
border-color: #7B69EC;
}
</style>