Shades of Light Slate Blue #957CF8
Tints of Light Slate Blue #957CF8
RGB
CMYK
RGB Variations
Color information
#957CF8 (or 0x957CF8) is known color: Light Slate Blue. HEX triplet: 95, 7C and F8. RGB value is (149,124,248). Sum of RGB (Red+Green+Blue) = 149+124+248=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #957CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957CF8 is #6A8307. Grayscale: #919191. Windows color (decimal): -6980360 or 16284821. OLE color: 16284821.
HSL color Cylindrical-coordinate representation of color #957CF8: hue angle of 252.1º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #957CF8 is Cyan = 0.40, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 124 | 248 | - |
| CMYK | 0.40 | 0.5 | 0 | 0.03 |
| HSL | 252.1º | 0.9% | 0.73% | - |
| HSV(B) | 252.1º | 0.5% | 0.97% | - |
| XYZ | 36.55 | 27.58 | 92.2 | - |
| YUV | 145.61 | 185.78 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 248 | 0.40 | 0.5 | 0 | 0.03 | 252.1 | 0.9 | 0.73 |
| Hex | 95 | 7C | F8 | 28 | 32 | 0 | 3 | FC | 5A | 49 |
| Octal | 225 | 174 | 370 | 50 | 62 | 0 | 3 | 374 | 132 | 111 |
| Binary | 10010101 | 1111100 | 11111000 | 101000 | 110010 | 0 | 11 | 11111100 | 1011010 | 1001001 |
Color Harmonies of #957CF8
Complementary color
Monochromatic Colors of #957CF8
Black with #957CF8
Text Example
Text Example
White with #957CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957CF8; }
p { color: rgb(149,124,248); }
H1.HeaderClassName
{
color: #957CF8;
}
.AnyTagClassName
{
color: #957CF8;
}
</style>
background-color css
<style>
a { background-color: #957CF8; }
a { background-color: rgb(149,124,248); }
div.DivClassName
{
background-color: #957CF8;
}
.BgClassName
{
background-color: #957CF8;
}
</style>
border-color css
<style>
span { border-color: #957CF8; }
span { border-color: rgb(149,124,248); }
td.TdClassName
{
border-color: #957CF8;
}
.TagClassName
{
border-color: #957CF8;
}
</style>