Shades of Light Slate Blue #957EFB
Tints of Light Slate Blue #957EFB
RGB
CMYK
RGB Variations
Color information
#957EFB (or 0x957EFB) is known color: Light Slate Blue. HEX triplet: 95, 7E and FB. RGB value is (149,126,251). Sum of RGB (Red+Green+Blue) = 149+126+251=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #957EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957EFB is #6A8104. Grayscale: #929292. Windows color (decimal): -6979845 or 16481941. OLE color: 16481941.
HSL color Cylindrical-coordinate representation of color #957EFB: hue angle of 251.04º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #957EFB is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 126 | 251 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.02 |
| HSL | 251.04º | 0.94% | 0.74% | - |
| HSV(B) | 251.04º | 0.5% | 0.98% | - |
| XYZ | 37.27 | 28.28 | 94.76 | - |
| YUV | 147.13 | 186.62 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 251 | 0.41 | 0.50 | 0 | 0.02 | 251.04 | 0.94 | 0.74 |
| Hex | 95 | 7E | FB | 29 | 32 | 0 | 2 | FB | 5E | 4A |
| Octal | 225 | 176 | 373 | 51 | 62 | 0 | 2 | 373 | 136 | 112 |
| Binary | 10010101 | 1111110 | 11111011 | 101001 | 110010 | 0 | 10 | 11111011 | 1011110 | 1001010 |
Color Harmonies of #957EFB
Complementary color
Monochromatic Colors of #957EFB
Black with #957EFB
Text Example
Text Example
White with #957EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957EFB; }
p { color: rgb(149,126,251); }
H1.HeaderClassName
{
color: #957EFB;
}
.AnyTagClassName
{
color: #957EFB;
}
</style>
background-color css
<style>
a { background-color: #957EFB; }
a { background-color: rgb(149,126,251); }
div.DivClassName
{
background-color: #957EFB;
}
.BgClassName
{
background-color: #957EFB;
}
</style>
border-color css
<style>
span { border-color: #957EFB; }
span { border-color: rgb(149,126,251); }
td.TdClassName
{
border-color: #957EFB;
}
.TagClassName
{
border-color: #957EFB;
}
</style>