Shades of Light Slate Blue #7B76FB
Tints of Light Slate Blue #7B76FB
RGB
CMYK
RGB Variations
Color information
#7B76FB (or 0x7B76FB) is known color: Light Slate Blue. HEX triplet: 7B, 76 and FB. RGB value is (123,118,251). Sum of RGB (Red+Green+Blue) = 123+118+251=492 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B76FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B76FB is #848904. Grayscale: #868686. Windows color (decimal): -8685829 or 16479867. OLE color: 16479867.
HSL color Cylindrical-coordinate representation of color #7B76FB: hue angle of 242.26º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B76FB is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 118 | 251 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.02 |
| HSL | 242.26º | 0.94% | 0.72% | - |
| HSV(B) | 242.26º | 0.53% | 0.98% | - |
| XYZ | 32.06 | 24.13 | 94.24 | - |
| YUV | 134.66 | 193.66 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 251 | 0.51 | 0.53 | 0 | 0.02 | 242.26 | 0.94 | 0.72 |
| Hex | 7B | 76 | FB | 33 | 35 | 0 | 2 | F2 | 5E | 48 |
| Octal | 173 | 166 | 373 | 63 | 65 | 0 | 2 | 362 | 136 | 110 |
| Binary | 1111011 | 1110110 | 11111011 | 110011 | 110101 | 0 | 10 | 11110010 | 1011110 | 1001000 |
Color Harmonies of #7B76FB
Complementary color
Monochromatic Colors of #7B76FB
Black with #7B76FB
Text Example
Text Example
White with #7B76FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B76FB; }
p { color: rgb(123,118,251); }
H1.HeaderClassName
{
color: #7B76FB;
}
.AnyTagClassName
{
color: #7B76FB;
}
</style>
background-color css
<style>
a { background-color: #7B76FB; }
a { background-color: rgb(123,118,251); }
div.DivClassName
{
background-color: #7B76FB;
}
.BgClassName
{
background-color: #7B76FB;
}
</style>
border-color css
<style>
span { border-color: #7B76FB; }
span { border-color: rgb(123,118,251); }
td.TdClassName
{
border-color: #7B76FB;
}
.TagClassName
{
border-color: #7B76FB;
}
</style>