Shades of Medium Slate Blue #7B7FEE
Tints of Medium Slate Blue #7B7FEE
RGB
CMYK
RGB Variations
Color information
#7B7FEE (or 0x7B7FEE) is known color: Medium Slate Blue. HEX triplet: 7B, 7F and EE. RGB value is (123,127,238). Sum of RGB (Red+Green+Blue) = 123+127+238=488 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.20% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #7B7FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7FEE is #848011. Grayscale: #8A8A8A. Windows color (decimal): -8683538 or 15630203. OLE color: 15630203.
HSL color Cylindrical-coordinate representation of color #7B7FEE: hue angle of 237.91º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B7FEE is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 127 | 238 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.07 |
| HSL | 237.91º | 0.77% | 0.71% | - |
| HSV(B) | 237.91º | 0.48% | 0.93% | - |
| XYZ | 31.19 | 25.56 | 84.18 | - |
| YUV | 138.46 | 184.17 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 238 | 0.48 | 0.47 | 0 | 0.07 | 237.91 | 0.77 | 0.71 |
| Hex | 7B | 7F | EE | 30 | 2F | 0 | 7 | EE | 4D | 47 |
| Octal | 173 | 177 | 356 | 60 | 57 | 0 | 7 | 356 | 115 | 107 |
| Binary | 1111011 | 1111111 | 11101110 | 110000 | 101111 | 0 | 111 | 11101110 | 1001101 | 1000111 |
Color Harmonies of #7B7FEE
Complementary color
Monochromatic Colors of #7B7FEE
Black with #7B7FEE
Text Example
Text Example
White with #7B7FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7FEE; }
p { color: rgb(123,127,238); }
H1.HeaderClassName
{
color: #7B7FEE;
}
.AnyTagClassName
{
color: #7B7FEE;
}
</style>
background-color css
<style>
a { background-color: #7B7FEE; }
a { background-color: rgb(123,127,238); }
div.DivClassName
{
background-color: #7B7FEE;
}
.BgClassName
{
background-color: #7B7FEE;
}
</style>
border-color css
<style>
span { border-color: #7B7FEE; }
span { border-color: rgb(123,127,238); }
td.TdClassName
{
border-color: #7B7FEE;
}
.TagClassName
{
border-color: #7B7FEE;
}
</style>