#875E99

Color #875E99 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #875E99

Tints of Ce Soir #875E99

Color information

#875E99 (or 0x875E99) is unknown color: approx Ce Soir. HEX triplet: 87, 5E and 99. RGB value is (135,94,153). Sum of RGB (Red+Green+Blue) = 135+94+153=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #875E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875E99 is #78A166. Grayscale: #707070. Windows color (decimal): -7905639 or 10051207. OLE color: 10051207.

HSL color Cylindrical-coordinate representation of color #875E99: hue angle of 281.69º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875E99 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13594153-
CMYK0.120.3900.4
HSL281.69º23.89%48.43%-
HSV(B)281.69º38.56%60%-
XYZ19.7415.4632.08-
YUV112.98150.58143.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 35.34%
GREEN value IS 94 (37.11% from 255) = 24.61%
BLUE value IS 153 (60.16% from 255) = 40.05%
R=35.34%
G=24.61%
B=40.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal135941530.120.3900.4281.6923.8948.43
Hex875E99C2702811a1830
Octal20713623114470504323060
Binary100001111011110100110011100100111010100010001101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875E99; }

 p { color: rgb(135,94,153); }

 H1.HeaderClassName
 {
   color: #875E99;
 }
 .AnyTagClassName
 {
   color: #875E99;
 }
</style>
background-color css

<style>
 a { background-color: #875E99; }

 a { background-color: rgb(135,94,153); }

 div.DivClassName
 {
   background-color: #875E99;
 }
 .BgClassName
 {
   background-color: #875E99;
 }
</style>
border-color css

<style>
 span { border-color: #875E99; }

 span { border-color: rgb(135,94,153); }

 td.TdClassName
 {
   border-color: #875E99;
 }
 .TagClassName
 {
   border-color: #875E99;
 }
</style>