Shades of Ce Soir #90769B
Tints of Ce Soir #90769B
RGB
CMYK
RGB Variations
Color information
#90769B (or 0x90769B) is known color: Ce Soir. HEX triplet: 90, 76 and 9B. RGB value is (144,118,155). Sum of RGB (Red+Green+Blue) = 144+118+155=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #90769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90769B is #6F8964. Grayscale: #818181. Windows color (decimal): -7309669 or 10188432. OLE color: 10188432.
HSL color Cylindrical-coordinate representation of color #90769B: hue angle of 282.16º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90769B is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 118 | 155 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.39 |
| HSL | 282.16º | 0.16% | 0.54% | - |
| HSV(B) | 282.16º | 0.24% | 0.61% | - |
| XYZ | 23.9 | 21.25 | 33.85 | - |
| YUV | 129.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 155 | 0.07 | 0.24 | 0 | 0.39 | 282.16 | 0.16 | 0.54 |
| Hex | 90 | 76 | 9B | 7 | 18 | 0 | 27 | 11A | 10 | 36 |
| Octal | 220 | 166 | 233 | 7 | 30 | 0 | 47 | 432 | 20 | 66 |
| Binary | 10010000 | 1110110 | 10011011 | 111 | 11000 | 0 | 100111 | 100011010 | 10000 | 110110 |
Color Harmonies of #90769B
Complementary color
Monochromatic Colors of #90769B
Black with #90769B
Text Example
Text Example
White with #90769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90769B; }
p { color: rgb(144,118,155); }
H1.HeaderClassName
{
color: #90769B;
}
.AnyTagClassName
{
color: #90769B;
}
</style>
background-color css
<style>
a { background-color: #90769B; }
a { background-color: rgb(144,118,155); }
div.DivClassName
{
background-color: #90769B;
}
.BgClassName
{
background-color: #90769B;
}
</style>
border-color css
<style>
span { border-color: #90769B; }
span { border-color: rgb(144,118,155); }
td.TdClassName
{
border-color: #90769B;
}
.TagClassName
{
border-color: #90769B;
}
</style>