Shades of Ce Soir #947AA4
Tints of Ce Soir #947AA4
RGB
CMYK
RGB Variations
Color information
#947AA4 (or 0x947AA4) is known color: Ce Soir. HEX triplet: 94, 7A and A4. RGB value is (148,122,164). Sum of RGB (Red+Green+Blue) = 148+122+164=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 164 - color contains mainly: blue. Hex color #947AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947AA4 is #6B855B. Grayscale: #868686. Windows color (decimal): -7046492 or 10779284. OLE color: 10779284.
HSL color Cylindrical-coordinate representation of color #947AA4: hue angle of 277.14º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #947AA4 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 122 | 164 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.36 |
| HSL | 277.14º | 0.19% | 0.56% | - |
| HSV(B) | 277.14º | 0.26% | 0.64% | - |
| XYZ | 25.87 | 22.9 | 38.18 | - |
| YUV | 134.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 164 | 0.10 | 0.26 | 0 | 0.36 | 277.14 | 0.19 | 0.56 |
| Hex | 94 | 7A | A4 | A | 1A | 0 | 24 | 115 | 13 | 38 |
| Octal | 224 | 172 | 244 | 12 | 32 | 0 | 44 | 425 | 23 | 70 |
| Binary | 10010100 | 1111010 | 10100100 | 1010 | 11010 | 0 | 100100 | 100010101 | 10011 | 111000 |
Color Harmonies of #947AA4
Complementary color
Monochromatic Colors of #947AA4
Black with #947AA4
Text Example
Text Example
White with #947AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947AA4; }
p { color: rgb(148,122,164); }
H1.HeaderClassName
{
color: #947AA4;
}
.AnyTagClassName
{
color: #947AA4;
}
</style>
background-color css
<style>
a { background-color: #947AA4; }
a { background-color: rgb(148,122,164); }
div.DivClassName
{
background-color: #947AA4;
}
.BgClassName
{
background-color: #947AA4;
}
</style>
border-color css
<style>
span { border-color: #947AA4; }
span { border-color: rgb(148,122,164); }
td.TdClassName
{
border-color: #947AA4;
}
.TagClassName
{
border-color: #947AA4;
}
</style>