Shades of Ce Soir #86699A
Tints of Ce Soir #86699A
RGB
CMYK
RGB Variations
Color information
#86699A (or 0x86699A) is known color: Ce Soir. HEX triplet: 86, 69 and 9A. RGB value is (134,105,154). Sum of RGB (Red+Green+Blue) = 134+105+154=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 154 - color contains mainly: blue. Hex color #86699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86699A is #799665. Grayscale: #777777. Windows color (decimal): -7968358 or 10119558. OLE color: 10119558.
HSL color Cylindrical-coordinate representation of color #86699A: hue angle of 275.51º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86699A is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 105 | 154 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.40 |
| HSL | 275.51º | 0.2% | 0.51% | - |
| HSV(B) | 275.51º | 0.32% | 0.6% | - |
| XYZ | 20.72 | 17.5 | 32.86 | - |
| YUV | 119.26 | 147.61 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 105 | 154 | 0.13 | 0.32 | 0 | 0.40 | 275.51 | 0.2 | 0.51 |
| Hex | 86 | 69 | 9A | D | 20 | 0 | 28 | 114 | 14 | 33 |
| Octal | 206 | 151 | 232 | 15 | 40 | 0 | 50 | 424 | 24 | 63 |
| Binary | 10000110 | 1101001 | 10011010 | 1101 | 100000 | 0 | 101000 | 100010100 | 10100 | 110011 |
Color Harmonies of #86699A
Complementary color
Monochromatic Colors of #86699A
Black with #86699A
Text Example
Text Example
White with #86699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86699A; }
p { color: rgb(134,105,154); }
H1.HeaderClassName
{
color: #86699A;
}
.AnyTagClassName
{
color: #86699A;
}
</style>
background-color css
<style>
a { background-color: #86699A; }
a { background-color: rgb(134,105,154); }
div.DivClassName
{
background-color: #86699A;
}
.BgClassName
{
background-color: #86699A;
}
</style>
border-color css
<style>
span { border-color: #86699A; }
span { border-color: rgb(134,105,154); }
td.TdClassName
{
border-color: #86699A;
}
.TagClassName
{
border-color: #86699A;
}
</style>