Shades of Ce Soir #886BA4
Tints of Ce Soir #886BA4
RGB
CMYK
RGB Variations
Color information
#886BA4 (or 0x886BA4) is known color: Ce Soir. HEX triplet: 88, 6B and A4. RGB value is (136,107,164). Sum of RGB (Red+Green+Blue) = 136+107+164=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 164 - color contains mainly: blue. Hex color #886BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886BA4 is #77945B. Grayscale: #797979. Windows color (decimal): -7836764 or 10775432. OLE color: 10775432.
HSL color Cylindrical-coordinate representation of color #886BA4: hue angle of 270.53º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #886BA4 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 107 | 164 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.36 |
| HSL | 270.53º | 0.24% | 0.53% | - |
| HSV(B) | 270.53º | 0.35% | 0.64% | - |
| XYZ | 22.11 | 18.43 | 37.51 | - |
| YUV | 122.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 164 | 0.17 | 0.35 | 0 | 0.36 | 270.53 | 0.24 | 0.53 |
| Hex | 88 | 6B | A4 | 11 | 23 | 0 | 24 | 10F | 18 | 35 |
| Octal | 210 | 153 | 244 | 21 | 43 | 0 | 44 | 417 | 30 | 65 |
| Binary | 10001000 | 1101011 | 10100100 | 10001 | 100011 | 0 | 100100 | 100001111 | 11000 | 110101 |
Color Harmonies of #886BA4
Complementary color
Monochromatic Colors of #886BA4
Black with #886BA4
Text Example
Text Example
White with #886BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886BA4; }
p { color: rgb(136,107,164); }
H1.HeaderClassName
{
color: #886BA4;
}
.AnyTagClassName
{
color: #886BA4;
}
</style>
background-color css
<style>
a { background-color: #886BA4; }
a { background-color: rgb(136,107,164); }
div.DivClassName
{
background-color: #886BA4;
}
.BgClassName
{
background-color: #886BA4;
}
</style>
border-color css
<style>
span { border-color: #886BA4; }
span { border-color: rgb(136,107,164); }
td.TdClassName
{
border-color: #886BA4;
}
.TagClassName
{
border-color: #886BA4;
}
</style>