Shades of Medium Slate Blue #7B7EEA
Tints of Medium Slate Blue #7B7EEA
RGB
CMYK
RGB Variations
Color information
#7B7EEA (or 0x7B7EEA) is known color: Medium Slate Blue. HEX triplet: 7B, 7E and EA. RGB value is (123,126,234). Sum of RGB (Red+Green+Blue) = 123+126+234=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B7EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7EEA is #848115. Grayscale: #888888. Windows color (decimal): -8683798 or 15367803. OLE color: 15367803.
HSL color Cylindrical-coordinate representation of color #7B7EEA: hue angle of 238.38º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B7EEA is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 126 | 234 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.08 |
| HSL | 238.38º | 0.73% | 0.7% | - |
| HSV(B) | 238.38º | 0.47% | 0.92% | - |
| XYZ | 30.48 | 25.07 | 81.08 | - |
| YUV | 137.42 | 182.51 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 126 | 234 | 0.47 | 0.46 | 0 | 0.08 | 238.38 | 0.73 | 0.7 |
| Hex | 7B | 7E | EA | 2F | 2E | 0 | 8 | EE | 49 | 46 |
| Octal | 173 | 176 | 352 | 57 | 56 | 0 | 10 | 356 | 111 | 106 |
| Binary | 1111011 | 1111110 | 11101010 | 101111 | 101110 | 0 | 1000 | 11101110 | 1001001 | 1000110 |
Color Harmonies of #7B7EEA
Complementary color
Monochromatic Colors of #7B7EEA
Black with #7B7EEA
Text Example
Text Example
White with #7B7EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7EEA; }
p { color: rgb(123,126,234); }
H1.HeaderClassName
{
color: #7B7EEA;
}
.AnyTagClassName
{
color: #7B7EEA;
}
</style>
background-color css
<style>
a { background-color: #7B7EEA; }
a { background-color: rgb(123,126,234); }
div.DivClassName
{
background-color: #7B7EEA;
}
.BgClassName
{
background-color: #7B7EEA;
}
</style>
border-color css
<style>
span { border-color: #7B7EEA; }
span { border-color: rgb(123,126,234); }
td.TdClassName
{
border-color: #7B7EEA;
}
.TagClassName
{
border-color: #7B7EEA;
}
</style>