Shades of Light Slate Blue #7E6BFB
Tints of Light Slate Blue #7E6BFB
RGB
CMYK
RGB Variations
Color information
#7E6BFB (or 0x7E6BFB) is known color: Light Slate Blue. HEX triplet: 7E, 6B and FB. RGB value is (126,107,251). Sum of RGB (Red+Green+Blue) = 126+107+251=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #7E6BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6BFB is #819404. Grayscale: #808080. Windows color (decimal): -8492037 or 16477054. OLE color: 16477054.
HSL color Cylindrical-coordinate representation of color #7E6BFB: hue angle of 247.92º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E6BFB is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 107 | 251 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.02 |
| HSL | 247.92º | 0.95% | 0.7% | - |
| HSV(B) | 247.92º | 0.57% | 0.98% | - |
| XYZ | 31.27 | 21.92 | 93.85 | - |
| YUV | 129.1 | 196.79 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 107 | 251 | 0.50 | 0.57 | 0 | 0.02 | 247.92 | 0.95 | 0.7 |
| Hex | 7E | 6B | FB | 32 | 39 | 0 | 2 | F8 | 5F | 46 |
| Octal | 176 | 153 | 373 | 62 | 71 | 0 | 2 | 370 | 137 | 106 |
| Binary | 1111110 | 1101011 | 11111011 | 110010 | 111001 | 0 | 10 | 11111000 | 1011111 | 1000110 |
Color Harmonies of #7E6BFB
Complementary color
Monochromatic Colors of #7E6BFB
Black with #7E6BFB
Text Example
Text Example
White with #7E6BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6BFB; }
p { color: rgb(126,107,251); }
H1.HeaderClassName
{
color: #7E6BFB;
}
.AnyTagClassName
{
color: #7E6BFB;
}
</style>
background-color css
<style>
a { background-color: #7E6BFB; }
a { background-color: rgb(126,107,251); }
div.DivClassName
{
background-color: #7E6BFB;
}
.BgClassName
{
background-color: #7E6BFB;
}
</style>
border-color css
<style>
span { border-color: #7E6BFB; }
span { border-color: rgb(126,107,251); }
td.TdClassName
{
border-color: #7E6BFB;
}
.TagClassName
{
border-color: #7E6BFB;
}
</style>