Shades of Ce Soir #997AA4
Tints of Ce Soir #997AA4
RGB
CMYK
RGB Variations
Color information
#997AA4 (or 0x997AA4) is known color: Ce Soir. HEX triplet: 99, 7A and A4. RGB value is (153,122,164). Sum of RGB (Red+Green+Blue) = 153+122+164=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 164 - color contains mainly: blue. Hex color #997AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997AA4 is #66855B. Grayscale: #878787. Windows color (decimal): -6718812 or 10779289. OLE color: 10779289.
HSL color Cylindrical-coordinate representation of color #997AA4: hue angle of 284.29º 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 #997AA4 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 122 | 164 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.36 |
| HSL | 284.29º | 0.19% | 0.56% | - |
| HSV(B) | 284.29º | 0.26% | 0.64% | - |
| XYZ | 26.8 | 23.37 | 38.22 | - |
| YUV | 136.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 164 | 0.07 | 0.26 | 0 | 0.36 | 284.29 | 0.19 | 0.56 |
| Hex | 99 | 7A | A4 | 7 | 1A | 0 | 24 | 11C | 13 | 38 |
| Octal | 231 | 172 | 244 | 7 | 32 | 0 | 44 | 434 | 23 | 70 |
| Binary | 10011001 | 1111010 | 10100100 | 111 | 11010 | 0 | 100100 | 100011100 | 10011 | 111000 |
Color Harmonies of #997AA4
Complementary color
Monochromatic Colors of #997AA4
Black with #997AA4
Text Example
Text Example
White with #997AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997AA4; }
p { color: rgb(153,122,164); }
H1.HeaderClassName
{
color: #997AA4;
}
.AnyTagClassName
{
color: #997AA4;
}
</style>
background-color css
<style>
a { background-color: #997AA4; }
a { background-color: rgb(153,122,164); }
div.DivClassName
{
background-color: #997AA4;
}
.BgClassName
{
background-color: #997AA4;
}
</style>
border-color css
<style>
span { border-color: #997AA4; }
span { border-color: rgb(153,122,164); }
td.TdClassName
{
border-color: #997AA4;
}
.TagClassName
{
border-color: #997AA4;
}
</style>