Html Css Color HEX #876D96 Ce Soir

📋 copy color: '#876D96'

red 135 ◦ green 109 ◦ blue 150

#876D96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ce Soir #876D96

Tints of Ce Soir #876D96

RGB

 RED value IS 135 (53.13% from 255) = 34.26%

 GREEN value IS 109 (42.97% from 255) = 27.66%

 BLUE value IS 150 (58.98% from 255) = 38.07%

R = 34.26%
G = 27.66%
B = 38.07%

CMYK

 C value IS 0.1

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#876D96 (or 0x876D96) is known color: Ce Soir. HEX triplet: 87, 6D and 96. RGB value is (135,109,150). Sum of RGB (Red+Green+Blue) = 135+109+150=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: blue. Hex color #876D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876D96 is #789269. Grayscale: #797979. Windows color (decimal): -7901802 or 9858439. OLE color: 9858439.

HSL color Cylindrical-coordinate representation of color #876D96: hue angle of 278.05º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #876D96 is Cyan = 0.1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 109 150 -
CMYK 0.1 0.27 0 0.41
HSL 278.05º 0.16% 0.51% -
HSV(B) 278.05º 0.27% 0.59% -
XYZ 20.97 18.29 31.28 -
YUV 121.45 144.11 137.67 -
System Red Green Blue C M Y K H S L
Decimal 135 109 150 0.1 0.27 0 0.41 278.05 0.16 0.51
Hex 87 6D 96 A 1B 0 29 116 10 33
Octal 207 155 226 12 33 0 51 426 20 63
Binary 10000111 1101101 10010110 1010 11011 0 101001 100010110 10000 110011

Color Harmonies of #876D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876D96

Black with #876D96

Text Example


Text Example

White with #876D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876D96; }

 p { color: rgb(135,109,150); }

 H1.HeaderClassName
 {
   color: #876D96;
 }
 .AnyTagClassName
 {
   color: #876D96;
 }
</style>

background-color css

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

 a { background-color: rgb(135,109,150); }

 div.DivClassName
 {
   background-color: #876D96;
 }
 .BgClassName
 {
   background-color: #876D96;
 }
</style>

border-color css

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

 span { border-color: rgb(135,109,150); }

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