#876993

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

Shades of Ce Soir #876993

Tints of Ce Soir #876993

Color information

#876993 (or 0x876993) is unknown color: approx Ce Soir. HEX triplet: 87, 69 and 93. RGB value is (135,105,147). Sum of RGB (Red+Green+Blue) = 135+105+147=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 147 - color contains mainly: blue. Hex color #876993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876993 is #78966C. Grayscale: #767676. Windows color (decimal): -7902829 or 9660807. OLE color: 9660807.

HSL color Cylindrical-coordinate representation of color #876993: hue angle of 282.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #876993 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB135105147-
CMYK0.080.2900.42
HSL282.86º16.67%49.41%-
HSV(B)282.86º28.57%57.65%-
XYZ20.3117.3629.88-
YUV118.76143.94139.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.88%
GREEN value IS 105 (41.41% from 255) = 27.13%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=34.88%
G=27.13%
B=37.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351051470.080.2900.42282.8616.6749.41
Hex87699381D02A11b1131
Octal20715122310350524332161
Binary10000111110100110010011100011101010101010001101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876993; }

 p { color: rgb(135,105,147); }

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

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

 a { background-color: rgb(135,105,147); }

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

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

 span { border-color: rgb(135,105,147); }

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