Shades of Medium Slate Blue #7B7FEF
Tints of Medium Slate Blue #7B7FEF
RGB
CMYK
RGB Variations
Color information
#7B7FEF (or 0x7B7FEF) is known color: Medium Slate Blue. HEX triplet: 7B, 7F and EF. RGB value is (123,127,239). Sum of RGB (Red+Green+Blue) = 123+127+239=489 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.15% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B7FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7FEF is #848010. Grayscale: #8A8A8A. Windows color (decimal): -8683537 or 15695739. OLE color: 15695739.
HSL color Cylindrical-coordinate representation of color #7B7FEF: hue angle of 237.93º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B7FEF is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 127 | 239 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.06 |
| HSL | 237.93º | 0.78% | 0.71% | - |
| HSV(B) | 237.93º | 0.49% | 0.94% | - |
| XYZ | 31.34 | 25.62 | 84.96 | - |
| YUV | 138.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 239 | 0.49 | 0.47 | 0 | 0.06 | 237.93 | 0.78 | 0.71 |
| Hex | 7B | 7F | EF | 31 | 2F | 0 | 6 | EE | 4E | 47 |
| Octal | 173 | 177 | 357 | 61 | 57 | 0 | 6 | 356 | 116 | 107 |
| Binary | 1111011 | 1111111 | 11101111 | 110001 | 101111 | 0 | 110 | 11101110 | 1001110 | 1000111 |
Color Harmonies of #7B7FEF
Complementary color
Monochromatic Colors of #7B7FEF
Black with #7B7FEF
Text Example
Text Example
White with #7B7FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7FEF; }
p { color: rgb(123,127,239); }
H1.HeaderClassName
{
color: #7B7FEF;
}
.AnyTagClassName
{
color: #7B7FEF;
}
</style>
background-color css
<style>
a { background-color: #7B7FEF; }
a { background-color: rgb(123,127,239); }
div.DivClassName
{
background-color: #7B7FEF;
}
.BgClassName
{
background-color: #7B7FEF;
}
</style>
border-color css
<style>
span { border-color: #7B7FEF; }
span { border-color: rgb(123,127,239); }
td.TdClassName
{
border-color: #7B7FEF;
}
.TagClassName
{
border-color: #7B7FEF;
}
</style>