Html Css Color HEX #876F94 Ce Soir

📋 copy color: '#876F94'

red 135 ◦ green 111 ◦ blue 148

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

Shades of Ce Soir #876F94

Tints of Ce Soir #876F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.56%

R = 34.26%
G = 28.17%
B = 37.56%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#876F94 (or 0x876F94) is known color: Ce Soir. HEX triplet: 87, 6F and 94. RGB value is (135,111,148). Sum of RGB (Red+Green+Blue) = 135+111+148=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #876F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876F94 is #78906B. Grayscale: #7A7A7A. Windows color (decimal): -7901292 or 9727879. OLE color: 9727879.

HSL color Cylindrical-coordinate representation of color #876F94: hue angle of 278.92º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #876F94 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 111 148 -
CMYK 0.09 0.25 0 0.42
HSL 278.92º 0.15% 0.51% -
HSV(B) 278.92º 0.25% 0.58% -
XYZ 21.02 18.66 30.51 -
YUV 122.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 135 111 148 0.09 0.25 0 0.42 278.92 0.15 0.51
Hex 87 6F 94 9 19 0 2A 117 F 33
Octal 207 157 224 11 31 0 52 427 17 63
Binary 10000111 1101111 10010100 1001 11001 0 101010 100010111 1111 110011

Color Harmonies of #876F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876F94

Black with #876F94

Text Example


Text Example

White with #876F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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