Html Css Color HEX #8C729A Ce Soir

📋 copy color: '#8C729A'

red 140 ◦ green 114 ◦ blue 154

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

Shades of Ce Soir #8C729A

Tints of Ce Soir #8C729A

RGB

 RED value IS 140 (55.08% from 255) = 34.31%

 GREEN value IS 114 (44.92% from 255) = 27.94%

 BLUE value IS 154 (60.55% from 255) = 37.75%

R = 34.31%
G = 27.94%
B = 37.75%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8C729A (or 0x8C729A) is known color: Ce Soir. HEX triplet: 8C, 72 and 9A. RGB value is (140,114,154). Sum of RGB (Red+Green+Blue) = 140+114+154=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C729A is #738D65. Grayscale: #7E7E7E. Windows color (decimal): -7572838 or 10121868. OLE color: 10121868.

HSL color Cylindrical-coordinate representation of color #8C729A: hue angle of 279º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C729A is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 114 154 -
CMYK 0.09 0.26 0 0.40
HSL 279º 0.17% 0.53% -
HSV(B) 279º 0.26% 0.6% -
XYZ 22.67 19.94 33.23 -
YUV 126.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 140 114 154 0.09 0.26 0 0.40 279 0.17 0.53
Hex 8C 72 9A 9 1A 0 28 117 11 35
Octal 214 162 232 11 32 0 50 427 21 65
Binary 10001100 1110010 10011010 1001 11010 0 101000 100010111 10001 110101

Color Harmonies of #8C729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C729A

Black with #8C729A

Text Example


Text Example

White with #8C729A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C729A; }

 p { color: rgb(140,114,154); }

 H1.HeaderClassName
 {
   color: #8C729A;
 }
 .AnyTagClassName
 {
   color: #8C729A;
 }
</style>

background-color css

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

 a { background-color: rgb(140,114,154); }

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

border-color css

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

 span { border-color: rgb(140,114,154); }

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