Shades of Light Slate Blue #7B76FE
Tints of Light Slate Blue #7B76FE
RGB
CMYK
RGB Variations
Color information
#7B76FE (or 0x7B76FE) is known color: Light Slate Blue. HEX triplet: 7B, 76 and FE. RGB value is (123,118,254). Sum of RGB (Red+Green+Blue) = 123+118+254=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B76FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B76FE is #848901. Grayscale: #868686. Windows color (decimal): -8685826 or 16676475. OLE color: 16676475.
HSL color Cylindrical-coordinate representation of color #7B76FE: hue angle of 242.21º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B76FE is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 118 | 254 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.00 |
| HSL | 242.21º | 0.99% | 0.73% | - |
| HSV(B) | 242.21º | 0.54% | 1% | - |
| XYZ | 32.54 | 24.32 | 96.75 | - |
| YUV | 135 | 195.16 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 254 | 0.52 | 0.54 | 0 | 0.00 | 242.21 | 0.99 | 0.73 |
| Hex | 7B | 76 | FE | 34 | 36 | 0 | 0 | F2 | 63 | 49 |
| Octal | 173 | 166 | 376 | 64 | 66 | 0 | 0 | 362 | 143 | 111 |
| Binary | 1111011 | 1110110 | 11111110 | 110100 | 110110 | 0 | 0 | 11110010 | 1100011 | 1001001 |
Color Harmonies of #7B76FE
Complementary color
Monochromatic Colors of #7B76FE
Black with #7B76FE
Text Example
Text Example
White with #7B76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B76FE; }
p { color: rgb(123,118,254); }
H1.HeaderClassName
{
color: #7B76FE;
}
.AnyTagClassName
{
color: #7B76FE;
}
</style>
background-color css
<style>
a { background-color: #7B76FE; }
a { background-color: rgb(123,118,254); }
div.DivClassName
{
background-color: #7B76FE;
}
.BgClassName
{
background-color: #7B76FE;
}
</style>
border-color css
<style>
span { border-color: #7B76FE; }
span { border-color: rgb(123,118,254); }
td.TdClassName
{
border-color: #7B76FE;
}
.TagClassName
{
border-color: #7B76FE;
}
</style>