Shades of Light Slate Blue #7E8BFF
Tints of Light Slate Blue #7E8BFF
RGB
CMYK
RGB Variations
Color information
#7E8BFF (or 0x7E8BFF) is known color: Light Slate Blue. HEX triplet: 7E, 8B and FF. RGB value is (126,139,255). Sum of RGB (Red+Green+Blue) = 126+139+255=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E8BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8BFF is #817400. Grayscale: #939393. Windows color (decimal): -8483841 or 16747390. OLE color: 16747390.
HSL color Cylindrical-coordinate representation of color #7E8BFF: hue angle of 233.95º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E8BFF is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 139 | 255 | - |
| CMYK | 0.51 | 0.45 | 0 | 0 |
| HSL | 233.95º | 1% | 0.75% | - |
| HSV(B) | 233.95º | 0.51% | 1% | - |
| XYZ | 35.89 | 30.12 | 98.53 | - |
| YUV | 148.34 | 188.19 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 139 | 255 | 0.51 | 0.45 | 0 | 0 | 233.95 | 1 | 0.75 |
| Hex | 7E | 8B | FF | 33 | 2D | 0 | 0 | EA | 64 | 4B |
| Octal | 176 | 213 | 377 | 63 | 55 | 0 | 0 | 352 | 144 | 113 |
| Binary | 1111110 | 10001011 | 11111111 | 110011 | 101101 | 0 | 0 | 11101010 | 1100100 | 1001011 |
Color Harmonies of #7E8BFF
Complementary color
Monochromatic Colors of #7E8BFF
Black with #7E8BFF
Text Example
Text Example
White with #7E8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8BFF; }
p { color: rgb(126,139,255); }
H1.HeaderClassName
{
color: #7E8BFF;
}
.AnyTagClassName
{
color: #7E8BFF;
}
</style>
background-color css
<style>
a { background-color: #7E8BFF; }
a { background-color: rgb(126,139,255); }
div.DivClassName
{
background-color: #7E8BFF;
}
.BgClassName
{
background-color: #7E8BFF;
}
</style>
border-color css
<style>
span { border-color: #7E8BFF; }
span { border-color: rgb(126,139,255); }
td.TdClassName
{
border-color: #7E8BFF;
}
.TagClassName
{
border-color: #7E8BFF;
}
</style>