Shades of Ce Soir #917EA4
Tints of Ce Soir #917EA4
RGB
CMYK
RGB Variations
Color information
#917EA4 (or 0x917EA4) is known color: Ce Soir. HEX triplet: 91, 7E and A4. RGB value is (145,126,164). Sum of RGB (Red+Green+Blue) = 145+126+164=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 164 - color contains mainly: blue. Hex color #917EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917EA4 is #6E815B. Grayscale: #878787. Windows color (decimal): -7242076 or 10780305. OLE color: 10780305.
HSL color Cylindrical-coordinate representation of color #917EA4: hue angle of 270º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #917EA4 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 126 | 164 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.36 |
| HSL | 270º | 0.17% | 0.57% | - |
| HSV(B) | 270º | 0.23% | 0.64% | - |
| XYZ | 25.84 | 23.62 | 38.32 | - |
| YUV | 136.01 | 143.79 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 164 | 0.12 | 0.23 | 0 | 0.36 | 270 | 0.17 | 0.57 |
| Hex | 91 | 7E | A4 | C | 17 | 0 | 24 | 10E | 11 | 39 |
| Octal | 221 | 176 | 244 | 14 | 27 | 0 | 44 | 416 | 21 | 71 |
| Binary | 10010001 | 1111110 | 10100100 | 1100 | 10111 | 0 | 100100 | 100001110 | 10001 | 111001 |
Color Harmonies of #917EA4
Complementary color
Monochromatic Colors of #917EA4
Black with #917EA4
Text Example
Text Example
White with #917EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917EA4; }
p { color: rgb(145,126,164); }
H1.HeaderClassName
{
color: #917EA4;
}
.AnyTagClassName
{
color: #917EA4;
}
</style>
background-color css
<style>
a { background-color: #917EA4; }
a { background-color: rgb(145,126,164); }
div.DivClassName
{
background-color: #917EA4;
}
.BgClassName
{
background-color: #917EA4;
}
</style>
border-color css
<style>
span { border-color: #917EA4; }
span { border-color: rgb(145,126,164); }
td.TdClassName
{
border-color: #917EA4;
}
.TagClassName
{
border-color: #917EA4;
}
</style>