#875DAE

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

Shades of Ce Soir #875DAE

Tints of Ce Soir #875DAE

Color information

#875DAE (or 0x875DAE) is unknown color: approx Ce Soir. HEX triplet: 87, 5D and AE. RGB value is (135,93,174). Sum of RGB (Red+Green+Blue) = 135+93+174=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #875DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875DAE is #78A251. Grayscale: #727272. Windows color (decimal): -7905874 or 11427207. OLE color: 11427207.

HSL color Cylindrical-coordinate representation of color #875DAE: hue angle of 271.11º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #875DAE is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13593174-
CMYK0.220.4700.32
HSL271.11º33.33%52.35%-
HSV(B)271.11º46.55%68.24%-
XYZ21.5516.0442-
YUV114.79161.41142.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.58%
GREEN value IS 93 (36.72% from 255) = 23.13%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=33.58%
G=23.13%
B=43.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135931740.220.4700.32271.1133.3352.35
Hex875DAE162F02010f2134
Octal20713525626570404174164
Binary10000111101110110101110101101011110100000100001111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,93,174); }

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

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

 a { background-color: rgb(135,93,174); }

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

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

 span { border-color: rgb(135,93,174); }

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