Shades of Light Slate Blue #957CF5
Tints of Light Slate Blue #957CF5
RGB
CMYK
RGB Variations
Color information
#957CF5 (or 0x957CF5) is known color: Light Slate Blue. HEX triplet: 95, 7C and F5. RGB value is (149,124,245). Sum of RGB (Red+Green+Blue) = 149+124+245=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 245 - color contains mainly: blue. Hex color #957CF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957CF5 is #6A830A. Grayscale: #909090. Windows color (decimal): -6980363 or 16088213. OLE color: 16088213.
HSL color Cylindrical-coordinate representation of color #957CF5: hue angle of 252.4º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #957CF5 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 124 | 245 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.04 |
| HSL | 252.4º | 0.86% | 0.72% | - |
| HSV(B) | 252.4º | 0.49% | 0.96% | - |
| XYZ | 36.08 | 27.4 | 89.77 | - |
| YUV | 145.27 | 184.28 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 245 | 0.39 | 0.49 | 0 | 0.04 | 252.4 | 0.86 | 0.72 |
| Hex | 95 | 7C | F5 | 27 | 31 | 0 | 4 | FC | 56 | 48 |
| Octal | 225 | 174 | 365 | 47 | 61 | 0 | 4 | 374 | 126 | 110 |
| Binary | 10010101 | 1111100 | 11110101 | 100111 | 110001 | 0 | 100 | 11111100 | 1010110 | 1001000 |
Color Harmonies of #957CF5
Complementary color
Monochromatic Colors of #957CF5
Black with #957CF5
Text Example
Text Example
White with #957CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957CF5; }
p { color: rgb(149,124,245); }
H1.HeaderClassName
{
color: #957CF5;
}
.AnyTagClassName
{
color: #957CF5;
}
</style>
background-color css
<style>
a { background-color: #957CF5; }
a { background-color: rgb(149,124,245); }
div.DivClassName
{
background-color: #957CF5;
}
.BgClassName
{
background-color: #957CF5;
}
</style>
border-color css
<style>
span { border-color: #957CF5; }
span { border-color: rgb(149,124,245); }
td.TdClassName
{
border-color: #957CF5;
}
.TagClassName
{
border-color: #957CF5;
}
</style>