Shades of Light Slate Blue #7E8AF6
Tints of Light Slate Blue #7E8AF6
RGB
CMYK
RGB Variations
Color information
#7E8AF6 (or 0x7E8AF6) is known color: Light Slate Blue. HEX triplet: 7E, 8A and F6. RGB value is (126,138,246). Sum of RGB (Red+Green+Blue) = 126+138+246=510 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.71% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #7E8AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8AF6 is #817509. Grayscale: #929292. Windows color (decimal): -8484106 or 16157310. OLE color: 16157310.
HSL color Cylindrical-coordinate representation of color #7E8AF6: hue angle of 234º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E8AF6 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 126 | 138 | 246 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.04 |
| HSL | 234º | 0.87% | 0.73% | - |
| HSV(B) | 234º | 0.49% | 0.96% | - |
| XYZ | 34.33 | 29.27 | 91.03 | - |
| YUV | 146.72 | 184.02 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 138 | 246 | 0.49 | 0.44 | 0 | 0.04 | 234 | 0.87 | 0.73 |
| Hex | 7E | 8A | F6 | 31 | 2C | 0 | 4 | EA | 57 | 49 |
| Octal | 176 | 212 | 366 | 61 | 54 | 0 | 4 | 352 | 127 | 111 |
| Binary | 1111110 | 10001010 | 11110110 | 110001 | 101100 | 0 | 100 | 11101010 | 1010111 | 1001001 |
Color Harmonies of #7E8AF6
Complementary color
Monochromatic Colors of #7E8AF6
Black with #7E8AF6
Text Example
Text Example
White with #7E8AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8AF6; }
p { color: rgb(126,138,246); }
H1.HeaderClassName
{
color: #7E8AF6;
}
.AnyTagClassName
{
color: #7E8AF6;
}
</style>
background-color css
<style>
a { background-color: #7E8AF6; }
a { background-color: rgb(126,138,246); }
div.DivClassName
{
background-color: #7E8AF6;
}
.BgClassName
{
background-color: #7E8AF6;
}
</style>
border-color css
<style>
span { border-color: #7E8AF6; }
span { border-color: rgb(126,138,246); }
td.TdClassName
{
border-color: #7E8AF6;
}
.TagClassName
{
border-color: #7E8AF6;
}
</style>