Shades of Light Slate Blue #956BFE
Tints of Light Slate Blue #956BFE
RGB
CMYK
RGB Variations
Color information
#956BFE (or 0x956BFE) is known color: Light Slate Blue. HEX triplet: 95, 6B and FE. RGB value is (149,107,254). Sum of RGB (Red+Green+Blue) = 149+107+254=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #956BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956BFE is #6A9401. Grayscale: #878787. Windows color (decimal): -6984706 or 16673685. OLE color: 16673685.
HSL color Cylindrical-coordinate representation of color #956BFE: hue angle of 257.14º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #956BFE is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 107 | 254 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.00 |
| HSL | 257.14º | 0.99% | 0.71% | - |
| HSV(B) | 257.14º | 0.58% | 1% | - |
| XYZ | 35.54 | 24.06 | 96.54 | - |
| YUV | 136.32 | 194.41 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 254 | 0.41 | 0.58 | 0 | 0.00 | 257.14 | 0.99 | 0.71 |
| Hex | 95 | 6B | FE | 29 | 3A | 0 | 0 | 101 | 63 | 47 |
| Octal | 225 | 153 | 376 | 51 | 72 | 0 | 0 | 401 | 143 | 107 |
| Binary | 10010101 | 1101011 | 11111110 | 101001 | 111010 | 0 | 0 | 100000001 | 1100011 | 1000111 |
Color Harmonies of #956BFE
Complementary color
Monochromatic Colors of #956BFE
Black with #956BFE
Text Example
Text Example
White with #956BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BFE; }
p { color: rgb(149,107,254); }
H1.HeaderClassName
{
color: #956BFE;
}
.AnyTagClassName
{
color: #956BFE;
}
</style>
background-color css
<style>
a { background-color: #956BFE; }
a { background-color: rgb(149,107,254); }
div.DivClassName
{
background-color: #956BFE;
}
.BgClassName
{
background-color: #956BFE;
}
</style>
border-color css
<style>
span { border-color: #956BFE; }
span { border-color: rgb(149,107,254); }
td.TdClassName
{
border-color: #956BFE;
}
.TagClassName
{
border-color: #956BFE;
}
</style>