Shades of Light Slate Blue #7E75FB
Tints of Light Slate Blue #7E75FB
RGB
CMYK
RGB Variations
Color information
#7E75FB (or 0x7E75FB) is known color: Light Slate Blue. HEX triplet: 7E, 75 and FB. RGB value is (126,117,251). Sum of RGB (Red+Green+Blue) = 126+117+251=494 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.51% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #7E75FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E75FB is #818A04. Grayscale: #868686. Windows color (decimal): -8489477 or 16479614. OLE color: 16479614.
HSL color Cylindrical-coordinate representation of color #7E75FB: hue angle of 244.03º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E75FB is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 117 | 251 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.02 |
| HSL | 244.03º | 0.94% | 0.72% | - |
| HSV(B) | 244.03º | 0.53% | 0.98% | - |
| XYZ | 32.38 | 24.12 | 94.22 | - |
| YUV | 134.97 | 193.48 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 251 | 0.50 | 0.53 | 0 | 0.02 | 244.03 | 0.94 | 0.72 |
| Hex | 7E | 75 | FB | 32 | 35 | 0 | 2 | F4 | 5E | 48 |
| Octal | 176 | 165 | 373 | 62 | 65 | 0 | 2 | 364 | 136 | 110 |
| Binary | 1111110 | 1110101 | 11111011 | 110010 | 110101 | 0 | 10 | 11110100 | 1011110 | 1001000 |
Color Harmonies of #7E75FB
Complementary color
Monochromatic Colors of #7E75FB
Black with #7E75FB
Text Example
Text Example
White with #7E75FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E75FB; }
p { color: rgb(126,117,251); }
H1.HeaderClassName
{
color: #7E75FB;
}
.AnyTagClassName
{
color: #7E75FB;
}
</style>
background-color css
<style>
a { background-color: #7E75FB; }
a { background-color: rgb(126,117,251); }
div.DivClassName
{
background-color: #7E75FB;
}
.BgClassName
{
background-color: #7E75FB;
}
</style>
border-color css
<style>
span { border-color: #7E75FB; }
span { border-color: rgb(126,117,251); }
td.TdClassName
{
border-color: #7E75FB;
}
.TagClassName
{
border-color: #7E75FB;
}
</style>