Shades of Medium Slate Blue #7B80EF
Tints of Medium Slate Blue #7B80EF
RGB
CMYK
RGB Variations
Color information
#7B80EF (or 0x7B80EF) is known color: Medium Slate Blue. HEX triplet: 7B, 80 and EF. RGB value is (123,128,239). Sum of RGB (Red+Green+Blue) = 123+128+239=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B80EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B80EF is #847F10. Grayscale: #8A8A8A. Windows color (decimal): -8683281 or 15695995. OLE color: 15695995.
HSL color Cylindrical-coordinate representation of color #7B80EF: hue angle of 237.41º 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 #7B80EF is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 128 | 239 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.06 |
| HSL | 237.41º | 0.78% | 0.71% | - |
| HSV(B) | 237.41º | 0.49% | 0.94% | - |
| XYZ | 31.47 | 25.88 | 85 | - |
| YUV | 139.16 | 184.34 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 128 | 239 | 0.49 | 0.46 | 0 | 0.06 | 237.41 | 0.78 | 0.71 |
| Hex | 7B | 80 | EF | 31 | 2E | 0 | 6 | ED | 4E | 47 |
| Octal | 173 | 200 | 357 | 61 | 56 | 0 | 6 | 355 | 116 | 107 |
| Binary | 1111011 | 10000000 | 11101111 | 110001 | 101110 | 0 | 110 | 11101101 | 1001110 | 1000111 |
Color Harmonies of #7B80EF
Complementary color
Monochromatic Colors of #7B80EF
Black with #7B80EF
Text Example
Text Example
White with #7B80EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B80EF; }
p { color: rgb(123,128,239); }
H1.HeaderClassName
{
color: #7B80EF;
}
.AnyTagClassName
{
color: #7B80EF;
}
</style>
background-color css
<style>
a { background-color: #7B80EF; }
a { background-color: rgb(123,128,239); }
div.DivClassName
{
background-color: #7B80EF;
}
.BgClassName
{
background-color: #7B80EF;
}
</style>
border-color css
<style>
span { border-color: #7B80EF; }
span { border-color: rgb(123,128,239); }
td.TdClassName
{
border-color: #7B80EF;
}
.TagClassName
{
border-color: #7B80EF;
}
</style>