Shades of Ce Soir #956BA4
Tints of Ce Soir #956BA4
RGB
CMYK
RGB Variations
Color information
#956BA4 (or 0x956BA4) is known color: Ce Soir. HEX triplet: 95, 6B and A4. RGB value is (149,107,164). Sum of RGB (Red+Green+Blue) = 149+107+164=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 164 - color contains mainly: blue. Hex color #956BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956BA4 is #6A945B. Grayscale: #7D7D7D. Windows color (decimal): -6984796 or 10775445. OLE color: 10775445.
HSL color Cylindrical-coordinate representation of color #956BA4: hue angle of 284.21º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #956BA4 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 107 | 164 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.36 |
| HSL | 284.21º | 0.24% | 0.53% | - |
| HSV(B) | 284.21º | 0.35% | 0.64% | - |
| XYZ | 24.35 | 19.59 | 37.62 | - |
| YUV | 126.06 | 149.41 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 164 | 0.09 | 0.35 | 0 | 0.36 | 284.21 | 0.24 | 0.53 |
| Hex | 95 | 6B | A4 | 9 | 23 | 0 | 24 | 11C | 18 | 35 |
| Octal | 225 | 153 | 244 | 11 | 43 | 0 | 44 | 434 | 30 | 65 |
| Binary | 10010101 | 1101011 | 10100100 | 1001 | 100011 | 0 | 100100 | 100011100 | 11000 | 110101 |
Color Harmonies of #956BA4
Complementary color
Monochromatic Colors of #956BA4
Black with #956BA4
Text Example
Text Example
White with #956BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BA4; }
p { color: rgb(149,107,164); }
H1.HeaderClassName
{
color: #956BA4;
}
.AnyTagClassName
{
color: #956BA4;
}
</style>
background-color css
<style>
a { background-color: #956BA4; }
a { background-color: rgb(149,107,164); }
div.DivClassName
{
background-color: #956BA4;
}
.BgClassName
{
background-color: #956BA4;
}
</style>
border-color css
<style>
span { border-color: #956BA4; }
span { border-color: rgb(149,107,164); }
td.TdClassName
{
border-color: #956BA4;
}
.TagClassName
{
border-color: #956BA4;
}
</style>