Shades of Ce Soir #947BA9
Tints of Ce Soir #947BA9
RGB
CMYK
RGB Variations
Color information
#947BA9 (or 0x947BA9) is known color: Ce Soir. HEX triplet: 94, 7B and A9. RGB value is (148,123,169). Sum of RGB (Red+Green+Blue) = 148+123+169=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 169 - color contains mainly: blue. Hex color #947BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947BA9 is #6B8456. Grayscale: #878787. Windows color (decimal): -7046231 or 11107220. OLE color: 11107220.
HSL color Cylindrical-coordinate representation of color #947BA9: hue angle of 272.61º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #947BA9 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 123 | 169 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.34 |
| HSL | 272.61º | 0.21% | 0.57% | - |
| HSV(B) | 272.61º | 0.27% | 0.66% | - |
| XYZ | 26.46 | 23.33 | 40.64 | - |
| YUV | 135.72 | 146.78 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 169 | 0.12 | 0.27 | 0 | 0.34 | 272.61 | 0.21 | 0.57 |
| Hex | 94 | 7B | A9 | C | 1B | 0 | 22 | 111 | 15 | 39 |
| Octal | 224 | 173 | 251 | 14 | 33 | 0 | 42 | 421 | 25 | 71 |
| Binary | 10010100 | 1111011 | 10101001 | 1100 | 11011 | 0 | 100010 | 100010001 | 10101 | 111001 |
Color Harmonies of #947BA9
Complementary color
Monochromatic Colors of #947BA9
Black with #947BA9
Text Example
Text Example
White with #947BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BA9; }
p { color: rgb(148,123,169); }
H1.HeaderClassName
{
color: #947BA9;
}
.AnyTagClassName
{
color: #947BA9;
}
</style>
background-color css
<style>
a { background-color: #947BA9; }
a { background-color: rgb(148,123,169); }
div.DivClassName
{
background-color: #947BA9;
}
.BgClassName
{
background-color: #947BA9;
}
</style>
border-color css
<style>
span { border-color: #947BA9; }
span { border-color: rgb(148,123,169); }
td.TdClassName
{
border-color: #947BA9;
}
.TagClassName
{
border-color: #947BA9;
}
</style>