Shades of Medium Slate Blue #7B7FEA
Tints of Medium Slate Blue #7B7FEA
RGB
CMYK
RGB Variations
Color information
#7B7FEA (or 0x7B7FEA) is known color: Medium Slate Blue. HEX triplet: 7B, 7F and EA. RGB value is (123,127,234). Sum of RGB (Red+Green+Blue) = 123+127+234=484 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.41% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B7FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7FEA is #848015. Grayscale: #898989. Windows color (decimal): -8683542 or 15368059. OLE color: 15368059.
HSL color Cylindrical-coordinate representation of color #7B7FEA: hue angle of 237.84º 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 #7B7FEA is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 127 | 234 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.08 |
| HSL | 237.84º | 0.73% | 0.7% | - |
| HSV(B) | 237.84º | 0.47% | 0.92% | - |
| XYZ | 30.61 | 25.33 | 81.12 | - |
| YUV | 138 | 182.17 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 234 | 0.47 | 0.46 | 0 | 0.08 | 237.84 | 0.73 | 0.7 |
| Hex | 7B | 7F | EA | 2F | 2E | 0 | 8 | EE | 49 | 46 |
| Octal | 173 | 177 | 352 | 57 | 56 | 0 | 10 | 356 | 111 | 106 |
| Binary | 1111011 | 1111111 | 11101010 | 101111 | 101110 | 0 | 1000 | 11101110 | 1001001 | 1000110 |
Color Harmonies of #7B7FEA
Complementary color
Monochromatic Colors of #7B7FEA
Black with #7B7FEA
Text Example
Text Example
White with #7B7FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7FEA; }
p { color: rgb(123,127,234); }
H1.HeaderClassName
{
color: #7B7FEA;
}
.AnyTagClassName
{
color: #7B7FEA;
}
</style>
background-color css
<style>
a { background-color: #7B7FEA; }
a { background-color: rgb(123,127,234); }
div.DivClassName
{
background-color: #7B7FEA;
}
.BgClassName
{
background-color: #7B7FEA;
}
</style>
border-color css
<style>
span { border-color: #7B7FEA; }
span { border-color: rgb(123,127,234); }
td.TdClassName
{
border-color: #7B7FEA;
}
.TagClassName
{
border-color: #7B7FEA;
}
</style>