Shades of Ce Soir #907AA0
Tints of Ce Soir #907AA0
RGB
CMYK
RGB Variations
Color information
#907AA0 (or 0x907AA0) is known color: Ce Soir. HEX triplet: 90, 7A and A0. RGB value is (144,122,160). Sum of RGB (Red+Green+Blue) = 144+122+160=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 160 - color contains mainly: blue. Hex color #907AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907AA0 is #6F855F. Grayscale: #848484. Windows color (decimal): -7308640 or 10517136. OLE color: 10517136.
HSL color Cylindrical-coordinate representation of color #907AA0: hue angle of 274.74º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #907AA0 is Cyan = 0.1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 122 | 160 | - |
| CMYK | 0.1 | 0.24 | 0 | 0.37 |
| HSL | 274.74º | 0.17% | 0.55% | - |
| HSV(B) | 274.74º | 0.24% | 0.63% | - |
| XYZ | 24.81 | 22.39 | 36.27 | - |
| YUV | 132.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 160 | 0.1 | 0.24 | 0 | 0.37 | 274.74 | 0.17 | 0.55 |
| Hex | 90 | 7A | A0 | A | 18 | 0 | 25 | 113 | 11 | 37 |
| Octal | 220 | 172 | 240 | 12 | 30 | 0 | 45 | 423 | 21 | 67 |
| Binary | 10010000 | 1111010 | 10100000 | 1010 | 11000 | 0 | 100101 | 100010011 | 10001 | 110111 |
Color Harmonies of #907AA0
Complementary color
Monochromatic Colors of #907AA0
Black with #907AA0
Text Example
Text Example
White with #907AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907AA0; }
p { color: rgb(144,122,160); }
H1.HeaderClassName
{
color: #907AA0;
}
.AnyTagClassName
{
color: #907AA0;
}
</style>
background-color css
<style>
a { background-color: #907AA0; }
a { background-color: rgb(144,122,160); }
div.DivClassName
{
background-color: #907AA0;
}
.BgClassName
{
background-color: #907AA0;
}
</style>
border-color css
<style>
span { border-color: #907AA0; }
span { border-color: rgb(144,122,160); }
td.TdClassName
{
border-color: #907AA0;
}
.TagClassName
{
border-color: #907AA0;
}
</style>