Shades of Light Slate Blue #7E7BFE
Tints of Light Slate Blue #7E7BFE
RGB
CMYK
RGB Variations
Color information
#7E7BFE (or 0x7E7BFE) is known color: Light Slate Blue. HEX triplet: 7E, 7B and FE. RGB value is (126,123,254). Sum of RGB (Red+Green+Blue) = 126+123+254=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E7BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E7BFE is #818401. Grayscale: #8A8A8A. Windows color (decimal): -8487938 or 16677758. OLE color: 16677758.
HSL color Cylindrical-coordinate representation of color #7E7BFE: hue angle of 241.37º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E7BFE is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 123 | 254 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.00 |
| HSL | 241.37º | 0.98% | 0.74% | - |
| HSV(B) | 241.37º | 0.52% | 1% | - |
| XYZ | 33.58 | 25.76 | 96.97 | - |
| YUV | 138.83 | 192.99 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 123 | 254 | 0.50 | 0.52 | 0 | 0.00 | 241.37 | 0.98 | 0.74 |
| Hex | 7E | 7B | FE | 32 | 34 | 0 | 0 | F1 | 62 | 4A |
| Octal | 176 | 173 | 376 | 62 | 64 | 0 | 0 | 361 | 142 | 112 |
| Binary | 1111110 | 1111011 | 11111110 | 110010 | 110100 | 0 | 0 | 11110001 | 1100010 | 1001010 |
Color Harmonies of #7E7BFE
Complementary color
Monochromatic Colors of #7E7BFE
Black with #7E7BFE
Text Example
Text Example
White with #7E7BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7BFE; }
p { color: rgb(126,123,254); }
H1.HeaderClassName
{
color: #7E7BFE;
}
.AnyTagClassName
{
color: #7E7BFE;
}
</style>
background-color css
<style>
a { background-color: #7E7BFE; }
a { background-color: rgb(126,123,254); }
div.DivClassName
{
background-color: #7E7BFE;
}
.BgClassName
{
background-color: #7E7BFE;
}
</style>
border-color css
<style>
span { border-color: #7E7BFE; }
span { border-color: rgb(126,123,254); }
td.TdClassName
{
border-color: #7E7BFE;
}
.TagClassName
{
border-color: #7E7BFE;
}
</style>