#875EB2

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

Shades of Ce Soir #875EB2

Tints of Ce Soir #875EB2

Color information

#875EB2 (or 0x875EB2) is unknown color: approx Ce Soir. HEX triplet: 87, 5E and B2. RGB value is (135,94,178). Sum of RGB (Red+Green+Blue) = 135+94+178=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 178 - color contains mainly: blue. Hex color #875EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875EB2 is #78A14D. Grayscale: #737373. Windows color (decimal): -7905614 or 11689607. OLE color: 11689607.

HSL color Cylindrical-coordinate representation of color #875EB2: hue angle of 269.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #875EB2 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13594178-
CMYK0.240.4700.30
HSL269.29º35.29%53.33%-
HSV(B)269.29º47.19%69.8%-
XYZ22.0316.3744.12-
YUV115.84163.08141.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.17%
GREEN value IS 94 (37.11% from 255) = 23.10%
BLUE value IS 178 (69.92% from 255) = 43.73%
R=33.17%
G=23.10%
B=43.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal135941780.240.4700.30269.2935.2953.33
Hex875EB2182F01E10d2335
Octal20713626230570364154365
Binary1000011110111101011001011000101111011110100001101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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