Html Css Color HEX #876F96 Ce Soir

📋 copy color: '#876F96'

red 135 ◦ green 111 ◦ blue 150

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

Shades of Ce Soir #876F96

Tints of Ce Soir #876F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.03%

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

R = 34.09%
G = 28.03%
B = 37.88%

CMYK

 C value IS 0.1

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#876F96 (or 0x876F96) is known color: Ce Soir. HEX triplet: 87, 6F and 96. RGB value is (135,111,150). Sum of RGB (Red+Green+Blue) = 135+111+150=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 150 - color contains mainly: blue. Hex color #876F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876F96 is #789069. Grayscale: #7A7A7A. Windows color (decimal): -7901290 or 9858951. OLE color: 9858951.

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

Color convert

RGB 135 111 150 -
CMYK 0.1 0.26 0 0.41
HSL 276.92º 0.16% 0.51% -
HSV(B) 276.92º 0.26% 0.59% -
XYZ 21.18 18.72 31.35 -
YUV 122.62 143.45 136.83 -
System Red Green Blue C M Y K H S L
Decimal 135 111 150 0.1 0.26 0 0.41 276.92 0.16 0.51
Hex 87 6F 96 A 1A 0 29 115 10 33
Octal 207 157 226 12 32 0 51 425 20 63
Binary 10000111 1101111 10010110 1010 11010 0 101001 100010101 10000 110011

Color Harmonies of #876F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876F96

Black with #876F96

Text Example


Text Example

White with #876F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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