Shades of Ce Soir #86699E
Tints of Ce Soir #86699E
RGB
CMYK
RGB Variations
Color information
#86699E (or 0x86699E) is known color: Ce Soir. HEX triplet: 86, 69 and 9E. RGB value is (134,105,158). Sum of RGB (Red+Green+Blue) = 134+105+158=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 158 - color contains mainly: blue. Hex color #86699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86699E is #799661. Grayscale: #777777. Windows color (decimal): -7968354 or 10381702. OLE color: 10381702.
HSL color Cylindrical-coordinate representation of color #86699E: hue angle of 272.83º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86699E is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 105 | 158 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.38 |
| HSL | 272.83º | 0.21% | 0.52% | - |
| HSV(B) | 272.83º | 0.34% | 0.62% | - |
| XYZ | 21.05 | 17.64 | 34.64 | - |
| YUV | 119.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 105 | 158 | 0.15 | 0.34 | 0 | 0.38 | 272.83 | 0.21 | 0.52 |
| Hex | 86 | 69 | 9E | F | 22 | 0 | 26 | 111 | 15 | 34 |
| Octal | 206 | 151 | 236 | 17 | 42 | 0 | 46 | 421 | 25 | 64 |
| Binary | 10000110 | 1101001 | 10011110 | 1111 | 100010 | 0 | 100110 | 100010001 | 10101 | 110100 |
Color Harmonies of #86699E
Complementary color
Monochromatic Colors of #86699E
Black with #86699E
Text Example
Text Example
White with #86699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86699E; }
p { color: rgb(134,105,158); }
H1.HeaderClassName
{
color: #86699E;
}
.AnyTagClassName
{
color: #86699E;
}
</style>
background-color css
<style>
a { background-color: #86699E; }
a { background-color: rgb(134,105,158); }
div.DivClassName
{
background-color: #86699E;
}
.BgClassName
{
background-color: #86699E;
}
</style>
border-color css
<style>
span { border-color: #86699E; }
span { border-color: rgb(134,105,158); }
td.TdClassName
{
border-color: #86699E;
}
.TagClassName
{
border-color: #86699E;
}
</style>