Html Css Color HEX #8C749B Ce Soir

📋 copy color: '#8C749B'

red 140 ◦ green 116 ◦ blue 155

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

Shades of Ce Soir #8C749B

Tints of Ce Soir #8C749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.22%

 BLUE value IS 155 (60.94% from 255) = 37.71%

R = 34.06%
G = 28.22%
B = 37.71%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C749B (or 0x8C749B) is known color: Ce Soir. HEX triplet: 8C, 74 and 9B. RGB value is (140,116,155). Sum of RGB (Red+Green+Blue) = 140+116+155=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C749B is #738B64. Grayscale: #7F7F7F. Windows color (decimal): -7572325 or 10187916. OLE color: 10187916.

HSL color Cylindrical-coordinate representation of color #8C749B: hue angle of 276.92º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C749B is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 116 155 -
CMYK 0.10 0.25 0 0.39
HSL 276.92º 0.16% 0.53% -
HSV(B) 276.92º 0.25% 0.61% -
XYZ 22.98 20.43 33.74 -
YUV 127.62 143.45 136.83 -
System Red Green Blue C M Y K H S L
Decimal 140 116 155 0.10 0.25 0 0.39 276.92 0.16 0.53
Hex 8C 74 9B A 19 0 27 115 10 35
Octal 214 164 233 12 31 0 47 425 20 65
Binary 10001100 1110100 10011011 1010 11001 0 100111 100010101 10000 110101

Color Harmonies of #8C749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C749B

Black with #8C749B

Text Example


Text Example

White with #8C749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,116,155); }

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

background-color css

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

 a { background-color: rgb(140,116,155); }

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

border-color css

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

 span { border-color: rgb(140,116,155); }

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