Shades of Light Slate Blue #956BFC
Tints of Light Slate Blue #956BFC
RGB
CMYK
RGB Variations
Color information
#956BFC (or 0x956BFC) is known color: Light Slate Blue. HEX triplet: 95, 6B and FC. RGB value is (149,107,252). Sum of RGB (Red+Green+Blue) = 149+107+252=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #956BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956BFC is #6A9403. Grayscale: #878787. Windows color (decimal): -6984708 or 16542613. OLE color: 16542613.
HSL color Cylindrical-coordinate representation of color #956BFC: hue angle of 257.38º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #956BFC is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 107 | 252 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.01 |
| HSL | 257.38º | 0.96% | 0.7% | - |
| HSV(B) | 257.38º | 0.58% | 0.99% | - |
| XYZ | 35.22 | 23.93 | 94.86 | - |
| YUV | 136.09 | 193.41 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 252 | 0.41 | 0.58 | 0 | 0.01 | 257.38 | 0.96 | 0.7 |
| Hex | 95 | 6B | FC | 29 | 3A | 0 | 1 | 101 | 60 | 46 |
| Octal | 225 | 153 | 374 | 51 | 72 | 0 | 1 | 401 | 140 | 106 |
| Binary | 10010101 | 1101011 | 11111100 | 101001 | 111010 | 0 | 1 | 100000001 | 1100000 | 1000110 |
Color Harmonies of #956BFC
Complementary color
Monochromatic Colors of #956BFC
Black with #956BFC
Text Example
Text Example
White with #956BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BFC; }
p { color: rgb(149,107,252); }
H1.HeaderClassName
{
color: #956BFC;
}
.AnyTagClassName
{
color: #956BFC;
}
</style>
background-color css
<style>
a { background-color: #956BFC; }
a { background-color: rgb(149,107,252); }
div.DivClassName
{
background-color: #956BFC;
}
.BgClassName
{
background-color: #956BFC;
}
</style>
border-color css
<style>
span { border-color: #956BFC; }
span { border-color: rgb(149,107,252); }
td.TdClassName
{
border-color: #956BFC;
}
.TagClassName
{
border-color: #956BFC;
}
</style>