Shades of Ce Soir #947BAA
Tints of Ce Soir #947BAA
RGB
CMYK
RGB Variations
Color information
#947BAA (or 0x947BAA) is known color: Ce Soir. HEX triplet: 94, 7B and AA. RGB value is (148,123,170). Sum of RGB (Red+Green+Blue) = 148+123+170=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #947BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947BAA is #6B8455. Grayscale: #878787. Windows color (decimal): -7046230 or 11172756. OLE color: 11172756.
HSL color Cylindrical-coordinate representation of color #947BAA: hue angle of 271.91º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #947BAA is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 123 | 170 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.33 |
| HSL | 271.91º | 0.22% | 0.57% | - |
| HSV(B) | 271.91º | 0.28% | 0.67% | - |
| XYZ | 26.55 | 23.36 | 41.14 | - |
| YUV | 135.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 170 | 0.13 | 0.28 | 0 | 0.33 | 271.91 | 0.22 | 0.57 |
| Hex | 94 | 7B | AA | D | 1C | 0 | 21 | 110 | 16 | 39 |
| Octal | 224 | 173 | 252 | 15 | 34 | 0 | 41 | 420 | 26 | 71 |
| Binary | 10010100 | 1111011 | 10101010 | 1101 | 11100 | 0 | 100001 | 100010000 | 10110 | 111001 |
Color Harmonies of #947BAA
Complementary color
Monochromatic Colors of #947BAA
Black with #947BAA
Text Example
Text Example
White with #947BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BAA; }
p { color: rgb(148,123,170); }
H1.HeaderClassName
{
color: #947BAA;
}
.AnyTagClassName
{
color: #947BAA;
}
</style>
background-color css
<style>
a { background-color: #947BAA; }
a { background-color: rgb(148,123,170); }
div.DivClassName
{
background-color: #947BAA;
}
.BgClassName
{
background-color: #947BAA;
}
</style>
border-color css
<style>
span { border-color: #947BAA; }
span { border-color: rgb(148,123,170); }
td.TdClassName
{
border-color: #947BAA;
}
.TagClassName
{
border-color: #947BAA;
}
</style>