Shades of Light Slate Blue #957CFE
Tints of Light Slate Blue #957CFE
RGB
CMYK
RGB Variations
Color information
#957CFE (or 0x957CFE) is known color: Light Slate Blue. HEX triplet: 95, 7C and FE. RGB value is (149,124,254). Sum of RGB (Red+Green+Blue) = 149+124+254=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #957CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957CFE is #6A8301. Grayscale: #919191. Windows color (decimal): -6980354 or 16678037. OLE color: 16678037.
HSL color Cylindrical-coordinate representation of color #957CFE: hue angle of 251.54º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #957CFE is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 124 | 254 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.00 |
| HSL | 251.54º | 0.98% | 0.74% | - |
| HSV(B) | 251.54º | 0.51% | 1% | - |
| XYZ | 37.49 | 27.96 | 97.19 | - |
| YUV | 146.3 | 188.78 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 254 | 0.41 | 0.51 | 0 | 0.00 | 251.54 | 0.98 | 0.74 |
| Hex | 95 | 7C | FE | 29 | 33 | 0 | 0 | FC | 62 | 4A |
| Octal | 225 | 174 | 376 | 51 | 63 | 0 | 0 | 374 | 142 | 112 |
| Binary | 10010101 | 1111100 | 11111110 | 101001 | 110011 | 0 | 0 | 11111100 | 1100010 | 1001010 |
Color Harmonies of #957CFE
Complementary color
Monochromatic Colors of #957CFE
Black with #957CFE
Text Example
Text Example
White with #957CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957CFE; }
p { color: rgb(149,124,254); }
H1.HeaderClassName
{
color: #957CFE;
}
.AnyTagClassName
{
color: #957CFE;
}
</style>
background-color css
<style>
a { background-color: #957CFE; }
a { background-color: rgb(149,124,254); }
div.DivClassName
{
background-color: #957CFE;
}
.BgClassName
{
background-color: #957CFE;
}
</style>
border-color css
<style>
span { border-color: #957CFE; }
span { border-color: rgb(149,124,254); }
td.TdClassName
{
border-color: #957CFE;
}
.TagClassName
{
border-color: #957CFE;
}
</style>