Shades of Ce Soir #896BA5
Tints of Ce Soir #896BA5
RGB
CMYK
RGB Variations
Color information
#896BA5 (or 0x896BA5) is known color: Ce Soir. HEX triplet: 89, 6B and A5. RGB value is (137,107,165). Sum of RGB (Red+Green+Blue) = 137+107+165=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 165 - color contains mainly: blue. Hex color #896BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896BA5 is #76945A. Grayscale: #7A7A7A. Windows color (decimal): -7771227 or 10840969. OLE color: 10840969.
HSL color Cylindrical-coordinate representation of color #896BA5: hue angle of 271.03º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #896BA5 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 107 | 165 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.35 |
| HSL | 271.03º | 0.24% | 0.53% | - |
| HSV(B) | 271.03º | 0.35% | 0.65% | - |
| XYZ | 22.37 | 18.55 | 38 | - |
| YUV | 122.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 165 | 0.17 | 0.35 | 0 | 0.35 | 271.03 | 0.24 | 0.53 |
| Hex | 89 | 6B | A5 | 11 | 23 | 0 | 23 | 10F | 18 | 35 |
| Octal | 211 | 153 | 245 | 21 | 43 | 0 | 43 | 417 | 30 | 65 |
| Binary | 10001001 | 1101011 | 10100101 | 10001 | 100011 | 0 | 100011 | 100001111 | 11000 | 110101 |
Color Harmonies of #896BA5
Complementary color
Monochromatic Colors of #896BA5
Black with #896BA5
Text Example
Text Example
White with #896BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896BA5; }
p { color: rgb(137,107,165); }
H1.HeaderClassName
{
color: #896BA5;
}
.AnyTagClassName
{
color: #896BA5;
}
</style>
background-color css
<style>
a { background-color: #896BA5; }
a { background-color: rgb(137,107,165); }
div.DivClassName
{
background-color: #896BA5;
}
.BgClassName
{
background-color: #896BA5;
}
</style>
border-color css
<style>
span { border-color: #896BA5; }
span { border-color: rgb(137,107,165); }
td.TdClassName
{
border-color: #896BA5;
}
.TagClassName
{
border-color: #896BA5;
}
</style>