Shades of Ce Soir #85699D
Tints of Ce Soir #85699D
RGB
CMYK
RGB Variations
Color information
#85699D (or 0x85699D) is known color: Ce Soir. HEX triplet: 85, 69 and 9D. RGB value is (133,105,157). Sum of RGB (Red+Green+Blue) = 133+105+157=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #85699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85699D is #7A9662. Grayscale: #777777. Windows color (decimal): -8033891 or 10316165. OLE color: 10316165.
HSL color Cylindrical-coordinate representation of color #85699D: hue angle of 272.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85699D is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 105 | 157 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.38 |
| HSL | 272.31º | 0.21% | 0.51% | - |
| HSV(B) | 272.31º | 0.33% | 0.62% | - |
| XYZ | 20.81 | 17.52 | 34.18 | - |
| YUV | 119.3 | 149.28 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 157 | 0.15 | 0.33 | 0 | 0.38 | 272.31 | 0.21 | 0.51 |
| Hex | 85 | 69 | 9D | F | 21 | 0 | 26 | 110 | 15 | 33 |
| Octal | 205 | 151 | 235 | 17 | 41 | 0 | 46 | 420 | 25 | 63 |
| Binary | 10000101 | 1101001 | 10011101 | 1111 | 100001 | 0 | 100110 | 100010000 | 10101 | 110011 |
Color Harmonies of #85699D
Complementary color
Monochromatic Colors of #85699D
Black with #85699D
Text Example
Text Example
White with #85699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85699D; }
p { color: rgb(133,105,157); }
H1.HeaderClassName
{
color: #85699D;
}
.AnyTagClassName
{
color: #85699D;
}
</style>
background-color css
<style>
a { background-color: #85699D; }
a { background-color: rgb(133,105,157); }
div.DivClassName
{
background-color: #85699D;
}
.BgClassName
{
background-color: #85699D;
}
</style>
border-color css
<style>
span { border-color: #85699D; }
span { border-color: rgb(133,105,157); }
td.TdClassName
{
border-color: #85699D;
}
.TagClassName
{
border-color: #85699D;
}
</style>