Shades of Medium Slate Blue #7B76F4
Tints of Medium Slate Blue #7B76F4
RGB
CMYK
RGB Variations
Color information
#7B76F4 (or 0x7B76F4) is known color: Medium Slate Blue. HEX triplet: 7B, 76 and F4. RGB value is (123,118,244). Sum of RGB (Red+Green+Blue) = 123+118+244=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 244 (95.70% from 255 or 50.31% from 485); Max value from RGB is 244 - color contains mainly: blue. Hex color #7B76F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B76F4 is #84890B. Grayscale: #858585. Windows color (decimal): -8685836 or 16021115. OLE color: 16021115.
HSL color Cylindrical-coordinate representation of color #7B76F4: hue angle of 242.38º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B76F4 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 118 | 244 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.04 |
| HSL | 242.38º | 0.85% | 0.71% | - |
| HSV(B) | 242.38º | 0.52% | 0.96% | - |
| XYZ | 30.98 | 23.7 | 88.53 | - |
| YUV | 133.86 | 190.16 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 244 | 0.50 | 0.52 | 0 | 0.04 | 242.38 | 0.85 | 0.71 |
| Hex | 7B | 76 | F4 | 32 | 34 | 0 | 4 | F2 | 55 | 47 |
| Octal | 173 | 166 | 364 | 62 | 64 | 0 | 4 | 362 | 125 | 107 |
| Binary | 1111011 | 1110110 | 11110100 | 110010 | 110100 | 0 | 100 | 11110010 | 1010101 | 1000111 |
Color Harmonies of #7B76F4
Complementary color
Monochromatic Colors of #7B76F4
Black with #7B76F4
Text Example
Text Example
White with #7B76F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B76F4; }
p { color: rgb(123,118,244); }
H1.HeaderClassName
{
color: #7B76F4;
}
.AnyTagClassName
{
color: #7B76F4;
}
</style>
background-color css
<style>
a { background-color: #7B76F4; }
a { background-color: rgb(123,118,244); }
div.DivClassName
{
background-color: #7B76F4;
}
.BgClassName
{
background-color: #7B76F4;
}
</style>
border-color css
<style>
span { border-color: #7B76F4; }
span { border-color: rgb(123,118,244); }
td.TdClassName
{
border-color: #7B76F4;
}
.TagClassName
{
border-color: #7B76F4;
}
</style>