Shades of Light Slate Blue #7E6EFB
Tints of Light Slate Blue #7E6EFB
RGB
CMYK
RGB Variations
Color information
#7E6EFB (or 0x7E6EFB) is known color: Light Slate Blue. HEX triplet: 7E, 6E and FB. RGB value is (126,110,251). Sum of RGB (Red+Green+Blue) = 126+110+251=487 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.87% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #7E6EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6EFB is #819104. Grayscale: #828282. Windows color (decimal): -8491269 or 16477822. OLE color: 16477822.
HSL color Cylindrical-coordinate representation of color #7E6EFB: hue angle of 246.81º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E6EFB is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 110 | 251 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.02 |
| HSL | 246.81º | 0.95% | 0.71% | - |
| HSV(B) | 246.81º | 0.56% | 0.98% | - |
| XYZ | 31.59 | 22.55 | 93.95 | - |
| YUV | 130.86 | 195.8 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 110 | 251 | 0.50 | 0.56 | 0 | 0.02 | 246.81 | 0.95 | 0.71 |
| Hex | 7E | 6E | FB | 32 | 38 | 0 | 2 | F7 | 5F | 47 |
| Octal | 176 | 156 | 373 | 62 | 70 | 0 | 2 | 367 | 137 | 107 |
| Binary | 1111110 | 1101110 | 11111011 | 110010 | 111000 | 0 | 10 | 11110111 | 1011111 | 1000111 |
Color Harmonies of #7E6EFB
Complementary color
Monochromatic Colors of #7E6EFB
Black with #7E6EFB
Text Example
Text Example
White with #7E6EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6EFB; }
p { color: rgb(126,110,251); }
H1.HeaderClassName
{
color: #7E6EFB;
}
.AnyTagClassName
{
color: #7E6EFB;
}
</style>
background-color css
<style>
a { background-color: #7E6EFB; }
a { background-color: rgb(126,110,251); }
div.DivClassName
{
background-color: #7E6EFB;
}
.BgClassName
{
background-color: #7E6EFB;
}
</style>
border-color css
<style>
span { border-color: #7E6EFB; }
span { border-color: rgb(126,110,251); }
td.TdClassName
{
border-color: #7E6EFB;
}
.TagClassName
{
border-color: #7E6EFB;
}
</style>