Shades of Ce Soir #967BAB
Tints of Ce Soir #967BAB
RGB
CMYK
RGB Variations
Color information
#967BAB (or 0x967BAB) is known color: Ce Soir. HEX triplet: 96, 7B and AB. RGB value is (150,123,171). Sum of RGB (Red+Green+Blue) = 150+123+171=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #967BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967BAB is #698454. Grayscale: #888888. Windows color (decimal): -6915157 or 11238294. OLE color: 11238294.
HSL color Cylindrical-coordinate representation of color #967BAB: hue angle of 273.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #967BAB is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 123 | 171 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.33 |
| HSL | 273.75º | 0.22% | 0.58% | - |
| HSV(B) | 273.75º | 0.28% | 0.67% | - |
| XYZ | 27.01 | 23.59 | 41.66 | - |
| YUV | 136.55 | 147.45 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 171 | 0.12 | 0.28 | 0 | 0.33 | 273.75 | 0.22 | 0.58 |
| Hex | 96 | 7B | AB | C | 1C | 0 | 21 | 112 | 16 | 3A |
| Octal | 226 | 173 | 253 | 14 | 34 | 0 | 41 | 422 | 26 | 72 |
| Binary | 10010110 | 1111011 | 10101011 | 1100 | 11100 | 0 | 100001 | 100010010 | 10110 | 111010 |
Color Harmonies of #967BAB
Complementary color
Monochromatic Colors of #967BAB
Black with #967BAB
Text Example
Text Example
White with #967BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967BAB; }
p { color: rgb(150,123,171); }
H1.HeaderClassName
{
color: #967BAB;
}
.AnyTagClassName
{
color: #967BAB;
}
</style>
background-color css
<style>
a { background-color: #967BAB; }
a { background-color: rgb(150,123,171); }
div.DivClassName
{
background-color: #967BAB;
}
.BgClassName
{
background-color: #967BAB;
}
</style>
border-color css
<style>
span { border-color: #967BAB; }
span { border-color: rgb(150,123,171); }
td.TdClassName
{
border-color: #967BAB;
}
.TagClassName
{
border-color: #967BAB;
}
</style>