Shades of Light Slate Blue #956AFF
Tints of Light Slate Blue #956AFF
RGB
CMYK
RGB Variations
Color information
#956AFF (or 0x956AFF) is known color: Light Slate Blue. HEX triplet: 95, 6A and FF. RGB value is (149,106,255). Sum of RGB (Red+Green+Blue) = 149+106+255=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #956AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956AFF is #6A9500. Grayscale: #878787. Windows color (decimal): -6984961 or 16738965. OLE color: 16738965.
HSL color Cylindrical-coordinate representation of color #956AFF: hue angle of 257.32º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #956AFF is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 106 | 255 | - |
| CMYK | 0.42 | 0.58 | 0 | 0 |
| HSL | 257.32º | 1% | 0.71% | - |
| HSV(B) | 257.32º | 0.58% | 1% | - |
| XYZ | 35.6 | 23.92 | 97.35 | - |
| YUV | 135.84 | 195.25 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 255 | 0.42 | 0.58 | 0 | 0 | 257.32 | 1 | 0.71 |
| Hex | 95 | 6A | FF | 2A | 3A | 0 | 0 | 101 | 64 | 47 |
| Octal | 225 | 152 | 377 | 52 | 72 | 0 | 0 | 401 | 144 | 107 |
| Binary | 10010101 | 1101010 | 11111111 | 101010 | 111010 | 0 | 0 | 100000001 | 1100100 | 1000111 |
Color Harmonies of #956AFF
Complementary color
Monochromatic Colors of #956AFF
Black with #956AFF
Text Example
Text Example
White with #956AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956AFF; }
p { color: rgb(149,106,255); }
H1.HeaderClassName
{
color: #956AFF;
}
.AnyTagClassName
{
color: #956AFF;
}
</style>
background-color css
<style>
a { background-color: #956AFF; }
a { background-color: rgb(149,106,255); }
div.DivClassName
{
background-color: #956AFF;
}
.BgClassName
{
background-color: #956AFF;
}
</style>
border-color css
<style>
span { border-color: #956AFF; }
span { border-color: rgb(149,106,255); }
td.TdClassName
{
border-color: #956AFF;
}
.TagClassName
{
border-color: #956AFF;
}
</style>