Html Css Color HEX #8C729F Ce Soir

📋 copy color: '#8C729F'

red 140 ◦ green 114 ◦ blue 159

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

Shades of Ce Soir #8C729F

Tints of Ce Soir #8C729F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.5%

R = 33.9%
G = 27.6%
B = 38.5%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C729F (or 0x8C729F) is known color: Ce Soir. HEX triplet: 8C, 72 and 9F. RGB value is (140,114,159). Sum of RGB (Red+Green+Blue) = 140+114+159=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C729F is #738D60. Grayscale: #7E7E7E. Windows color (decimal): -7572833 or 10449548. OLE color: 10449548.

HSL color Cylindrical-coordinate representation of color #8C729F: hue angle of 274.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C729F is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 114 159 -
CMYK 0.12 0.28 0 0.38
HSL 274.67º 0.19% 0.54% -
HSV(B) 274.67º 0.28% 0.62% -
XYZ 23.09 20.11 35.47 -
YUV 126.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 140 114 159 0.12 0.28 0 0.38 274.67 0.19 0.54
Hex 8C 72 9F C 1C 0 26 113 13 36
Octal 214 162 237 14 34 0 46 423 23 66
Binary 10001100 1110010 10011111 1100 11100 0 100110 100010011 10011 110110

Color Harmonies of #8C729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C729F

Black with #8C729F

Text Example


Text Example

White with #8C729F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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