Shades of Medium Slate Blue #7B76EF
Tints of Medium Slate Blue #7B76EF
RGB
CMYK
RGB Variations
Color information
#7B76EF (or 0x7B76EF) is known color: Medium Slate Blue. HEX triplet: 7B, 76 and EF. RGB value is (123,118,239). Sum of RGB (Red+Green+Blue) = 123+118+239=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B76EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B76EF is #848910. Grayscale: #848484. Windows color (decimal): -8685841 or 15693435. OLE color: 15693435.
HSL color Cylindrical-coordinate representation of color #7B76EF: hue angle of 242.48º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B76EF is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 118 | 239 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.06 |
| HSL | 242.48º | 0.79% | 0.7% | - |
| HSV(B) | 242.48º | 0.51% | 0.94% | - |
| XYZ | 30.23 | 23.4 | 84.58 | - |
| YUV | 133.29 | 187.66 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 239 | 0.49 | 0.51 | 0 | 0.06 | 242.48 | 0.79 | 0.7 |
| Hex | 7B | 76 | EF | 31 | 33 | 0 | 6 | F2 | 4F | 46 |
| Octal | 173 | 166 | 357 | 61 | 63 | 0 | 6 | 362 | 117 | 106 |
| Binary | 1111011 | 1110110 | 11101111 | 110001 | 110011 | 0 | 110 | 11110010 | 1001111 | 1000110 |
Color Harmonies of #7B76EF
Complementary color
Monochromatic Colors of #7B76EF
Black with #7B76EF
Text Example
Text Example
White with #7B76EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B76EF; }
p { color: rgb(123,118,239); }
H1.HeaderClassName
{
color: #7B76EF;
}
.AnyTagClassName
{
color: #7B76EF;
}
</style>
background-color css
<style>
a { background-color: #7B76EF; }
a { background-color: rgb(123,118,239); }
div.DivClassName
{
background-color: #7B76EF;
}
.BgClassName
{
background-color: #7B76EF;
}
</style>
border-color css
<style>
span { border-color: #7B76EF; }
span { border-color: rgb(123,118,239); }
td.TdClassName
{
border-color: #7B76EF;
}
.TagClassName
{
border-color: #7B76EF;
}
</style>