Shades of Ce Soir #8F80A2
Tints of Ce Soir #8F80A2
RGB
CMYK
RGB Variations
Color information
#8F80A2 (or 0x8F80A2) is known color: Ce Soir. HEX triplet: 8F, 80 and A2. RGB value is (143,128,162). Sum of RGB (Red+Green+Blue) = 143+128+162=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 162 - color contains mainly: blue. Hex color #8F80A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F80A2 is #707F5D. Grayscale: #888888. Windows color (decimal): -7372638 or 10649743. OLE color: 10649743.
HSL color Cylindrical-coordinate representation of color #8F80A2: hue angle of 266.47º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F80A2 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 128 | 162 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.36 |
| HSL | 266.47º | 0.15% | 0.57% | - |
| HSV(B) | 266.47º | 0.21% | 0.64% | - |
| XYZ | 25.57 | 23.89 | 37.45 | - |
| YUV | 136.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 162 | 0.12 | 0.21 | 0 | 0.36 | 266.47 | 0.15 | 0.57 |
| Hex | 8F | 80 | A2 | C | 15 | 0 | 24 | 10A | F | 39 |
| Octal | 217 | 200 | 242 | 14 | 25 | 0 | 44 | 412 | 17 | 71 |
| Binary | 10001111 | 10000000 | 10100010 | 1100 | 10101 | 0 | 100100 | 100001010 | 1111 | 111001 |
Color Harmonies of #8F80A2
Complementary color
Monochromatic Colors of #8F80A2
Black with #8F80A2
Text Example
Text Example
White with #8F80A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F80A2; }
p { color: rgb(143,128,162); }
H1.HeaderClassName
{
color: #8F80A2;
}
.AnyTagClassName
{
color: #8F80A2;
}
</style>
background-color css
<style>
a { background-color: #8F80A2; }
a { background-color: rgb(143,128,162); }
div.DivClassName
{
background-color: #8F80A2;
}
.BgClassName
{
background-color: #8F80A2;
}
</style>
border-color css
<style>
span { border-color: #8F80A2; }
span { border-color: rgb(143,128,162); }
td.TdClassName
{
border-color: #8F80A2;
}
.TagClassName
{
border-color: #8F80A2;
}
</style>