Shades of Light Slate Blue #7E84FA
Tints of Light Slate Blue #7E84FA
RGB
CMYK
RGB Variations
Color information
#7E84FA (or 0x7E84FA) is known color: Light Slate Blue. HEX triplet: 7E, 84 and FA. RGB value is (126,132,250). Sum of RGB (Red+Green+Blue) = 126+132+250=508 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.80% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E84FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E84FA is #817B05. Grayscale: #8F8F8F. Windows color (decimal): -8485638 or 16417918. OLE color: 16417918.
HSL color Cylindrical-coordinate representation of color #7E84FA: hue angle of 237.1º 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 #7E84FA is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 132 | 250 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.02 |
| HSL | 237.1º | 0.93% | 0.74% | - |
| HSV(B) | 237.1º | 0.5% | 0.98% | - |
| XYZ | 34.11 | 27.84 | 94.02 | - |
| YUV | 143.66 | 188.01 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 250 | 0.50 | 0.47 | 0 | 0.02 | 237.1 | 0.93 | 0.74 |
| Hex | 7E | 84 | FA | 32 | 2F | 0 | 2 | ED | 5D | 4A |
| Octal | 176 | 204 | 372 | 62 | 57 | 0 | 2 | 355 | 135 | 112 |
| Binary | 1111110 | 10000100 | 11111010 | 110010 | 101111 | 0 | 10 | 11101101 | 1011101 | 1001010 |
Color Harmonies of #7E84FA
Complementary color
Monochromatic Colors of #7E84FA
Black with #7E84FA
Text Example
Text Example
White with #7E84FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E84FA; }
p { color: rgb(126,132,250); }
H1.HeaderClassName
{
color: #7E84FA;
}
.AnyTagClassName
{
color: #7E84FA;
}
</style>
background-color css
<style>
a { background-color: #7E84FA; }
a { background-color: rgb(126,132,250); }
div.DivClassName
{
background-color: #7E84FA;
}
.BgClassName
{
background-color: #7E84FA;
}
</style>
border-color css
<style>
span { border-color: #7E84FA; }
span { border-color: rgb(126,132,250); }
td.TdClassName
{
border-color: #7E84FA;
}
.TagClassName
{
border-color: #7E84FA;
}
</style>