Shades of Light Slate Blue #7E7BFA
Tints of Light Slate Blue #7E7BFA
RGB
CMYK
RGB Variations
Color information
#7E7BFA (or 0x7E7BFA) is known color: Light Slate Blue. HEX triplet: 7E, 7B and FA. RGB value is (126,123,250). Sum of RGB (Red+Green+Blue) = 126+123+250=499 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.25% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E7BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E7BFA is #818405. Grayscale: #898989. Windows color (decimal): -8487942 or 16415614. OLE color: 16415614.
HSL color Cylindrical-coordinate representation of color #7E7BFA: hue angle of 241.42º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E7BFA is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 123 | 250 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.02 |
| HSL | 241.42º | 0.93% | 0.73% | - |
| HSV(B) | 241.42º | 0.51% | 0.98% | - |
| XYZ | 32.94 | 25.5 | 93.63 | - |
| YUV | 138.38 | 190.99 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 123 | 250 | 0.50 | 0.51 | 0 | 0.02 | 241.42 | 0.93 | 0.73 |
| Hex | 7E | 7B | FA | 32 | 33 | 0 | 2 | F1 | 5D | 49 |
| Octal | 176 | 173 | 372 | 62 | 63 | 0 | 2 | 361 | 135 | 111 |
| Binary | 1111110 | 1111011 | 11111010 | 110010 | 110011 | 0 | 10 | 11110001 | 1011101 | 1001001 |
Color Harmonies of #7E7BFA
Complementary color
Monochromatic Colors of #7E7BFA
Black with #7E7BFA
Text Example
Text Example
White with #7E7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7BFA; }
p { color: rgb(126,123,250); }
H1.HeaderClassName
{
color: #7E7BFA;
}
.AnyTagClassName
{
color: #7E7BFA;
}
</style>
background-color css
<style>
a { background-color: #7E7BFA; }
a { background-color: rgb(126,123,250); }
div.DivClassName
{
background-color: #7E7BFA;
}
.BgClassName
{
background-color: #7E7BFA;
}
</style>
border-color css
<style>
span { border-color: #7E7BFA; }
span { border-color: rgb(126,123,250); }
td.TdClassName
{
border-color: #7E7BFA;
}
.TagClassName
{
border-color: #7E7BFA;
}
</style>