Shades of Light Slate Blue #7E8BFA
Tints of Light Slate Blue #7E8BFA
RGB
CMYK
RGB Variations
Color information
#7E8BFA (or 0x7E8BFA) is known color: Light Slate Blue. HEX triplet: 7E, 8B and FA. RGB value is (126,139,250). Sum of RGB (Red+Green+Blue) = 126+139+250=515 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.47% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E8BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8BFA is #817405. Grayscale: #939393. Windows color (decimal): -8483846 or 16419710. OLE color: 16419710.
HSL color Cylindrical-coordinate representation of color #7E8BFA: hue angle of 233.71º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E8BFA is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 139 | 250 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.02 |
| HSL | 233.71º | 0.93% | 0.74% | - |
| HSV(B) | 233.71º | 0.5% | 0.98% | - |
| XYZ | 35.09 | 29.8 | 94.35 | - |
| YUV | 147.77 | 185.69 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 139 | 250 | 0.50 | 0.44 | 0 | 0.02 | 233.71 | 0.93 | 0.74 |
| Hex | 7E | 8B | FA | 32 | 2C | 0 | 2 | EA | 5D | 4A |
| Octal | 176 | 213 | 372 | 62 | 54 | 0 | 2 | 352 | 135 | 112 |
| Binary | 1111110 | 10001011 | 11111010 | 110010 | 101100 | 0 | 10 | 11101010 | 1011101 | 1001010 |
Color Harmonies of #7E8BFA
Complementary color
Monochromatic Colors of #7E8BFA
Black with #7E8BFA
Text Example
Text Example
White with #7E8BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8BFA; }
p { color: rgb(126,139,250); }
H1.HeaderClassName
{
color: #7E8BFA;
}
.AnyTagClassName
{
color: #7E8BFA;
}
</style>
background-color css
<style>
a { background-color: #7E8BFA; }
a { background-color: rgb(126,139,250); }
div.DivClassName
{
background-color: #7E8BFA;
}
.BgClassName
{
background-color: #7E8BFA;
}
</style>
border-color css
<style>
span { border-color: #7E8BFA; }
span { border-color: rgb(126,139,250); }
td.TdClassName
{
border-color: #7E8BFA;
}
.TagClassName
{
border-color: #7E8BFA;
}
</style>