Shades of Light Slate Blue #7E8AFC
Tints of Light Slate Blue #7E8AFC
RGB
CMYK
RGB Variations
Color information
#7E8AFC (or 0x7E8AFC) is known color: Light Slate Blue. HEX triplet: 7E, 8A and FC. RGB value is (126,138,252). Sum of RGB (Red+Green+Blue) = 126+138+252=516 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.42% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E8AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8AFC is #817503. Grayscale: #929292. Windows color (decimal): -8484100 or 16550526. OLE color: 16550526.
HSL color Cylindrical-coordinate representation of color #7E8AFC: hue angle of 234.29º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E8AFC is Cyan = 0.5, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 138 | 252 | - |
| CMYK | 0.5 | 0.45 | 0 | 0.01 |
| HSL | 234.29º | 0.95% | 0.74% | - |
| HSV(B) | 234.29º | 0.5% | 0.99% | - |
| XYZ | 35.26 | 29.64 | 95.96 | - |
| YUV | 147.41 | 187.02 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 138 | 252 | 0.5 | 0.45 | 0 | 0.01 | 234.29 | 0.95 | 0.74 |
| Hex | 7E | 8A | FC | 32 | 2D | 0 | 1 | EA | 5F | 4A |
| Octal | 176 | 212 | 374 | 62 | 55 | 0 | 1 | 352 | 137 | 112 |
| Binary | 1111110 | 10001010 | 11111100 | 110010 | 101101 | 0 | 1 | 11101010 | 1011111 | 1001010 |
Color Harmonies of #7E8AFC
Complementary color
Monochromatic Colors of #7E8AFC
Black with #7E8AFC
Text Example
Text Example
White with #7E8AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8AFC; }
p { color: rgb(126,138,252); }
H1.HeaderClassName
{
color: #7E8AFC;
}
.AnyTagClassName
{
color: #7E8AFC;
}
</style>
background-color css
<style>
a { background-color: #7E8AFC; }
a { background-color: rgb(126,138,252); }
div.DivClassName
{
background-color: #7E8AFC;
}
.BgClassName
{
background-color: #7E8AFC;
}
</style>
border-color css
<style>
span { border-color: #7E8AFC; }
span { border-color: rgb(126,138,252); }
td.TdClassName
{
border-color: #7E8AFC;
}
.TagClassName
{
border-color: #7E8AFC;
}
</style>