Shades of Light Slate Blue #7B76F6
Tints of Light Slate Blue #7B76F6
RGB
CMYK
RGB Variations
Color information
#7B76F6 (or 0x7B76F6) is known color: Light Slate Blue. HEX triplet: 7B, 76 and F6. RGB value is (123,118,246). Sum of RGB (Red+Green+Blue) = 123+118+246=487 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.26% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #7B76F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B76F6 is #848909. Grayscale: #858585. Windows color (decimal): -8685834 or 16152187. OLE color: 16152187.
HSL color Cylindrical-coordinate representation of color #7B76F6: hue angle of 242.34º degrees, saturation: 0.88, 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 #7B76F6 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 118 | 246 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.04 |
| HSL | 242.34º | 0.88% | 0.71% | - |
| HSV(B) | 242.34º | 0.52% | 0.96% | - |
| XYZ | 31.28 | 23.82 | 90.14 | - |
| YUV | 134.09 | 191.16 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 246 | 0.50 | 0.52 | 0 | 0.04 | 242.34 | 0.88 | 0.71 |
| Hex | 7B | 76 | F6 | 32 | 34 | 0 | 4 | F2 | 58 | 47 |
| Octal | 173 | 166 | 366 | 62 | 64 | 0 | 4 | 362 | 130 | 107 |
| Binary | 1111011 | 1110110 | 11110110 | 110010 | 110100 | 0 | 100 | 11110010 | 1011000 | 1000111 |
Color Harmonies of #7B76F6
Complementary color
Monochromatic Colors of #7B76F6
Black with #7B76F6
Text Example
Text Example
White with #7B76F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B76F6; }
p { color: rgb(123,118,246); }
H1.HeaderClassName
{
color: #7B76F6;
}
.AnyTagClassName
{
color: #7B76F6;
}
</style>
background-color css
<style>
a { background-color: #7B76F6; }
a { background-color: rgb(123,118,246); }
div.DivClassName
{
background-color: #7B76F6;
}
.BgClassName
{
background-color: #7B76F6;
}
</style>
border-color css
<style>
span { border-color: #7B76F6; }
span { border-color: rgb(123,118,246); }
td.TdClassName
{
border-color: #7B76F6;
}
.TagClassName
{
border-color: #7B76F6;
}
</style>