Html Css Color HEX #8C759D Ce Soir

📋 copy color: '#8C759D'

red 140 ◦ green 117 ◦ blue 157

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

Shades of Ce Soir #8C759D

Tints of Ce Soir #8C759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.26%

 BLUE value IS 157 (61.72% from 255) = 37.92%

R = 33.82%
G = 28.26%
B = 37.92%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C759D (or 0x8C759D) is known color: Ce Soir. HEX triplet: 8C, 75 and 9D. RGB value is (140,117,157). Sum of RGB (Red+Green+Blue) = 140+117+157=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C759D is #738A62. Grayscale: #808080. Windows color (decimal): -7572067 or 10319244. OLE color: 10319244.

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

Color convert

RGB 140 117 157 -
CMYK 0.11 0.25 0 0.38
HSL 274.5º 0.17% 0.54% -
HSV(B) 274.5º 0.25% 0.62% -
XYZ 23.26 20.73 34.67 -
YUV 128.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 140 117 157 0.11 0.25 0 0.38 274.5 0.17 0.54
Hex 8C 75 9D B 19 0 26 112 11 36
Octal 214 165 235 13 31 0 46 422 21 66
Binary 10001100 1110101 10011101 1011 11001 0 100110 100010010 10001 110110

Color Harmonies of #8C759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C759D

Black with #8C759D

Text Example


Text Example

White with #8C759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,117,157); }

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

background-color css

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

 a { background-color: rgb(140,117,157); }

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

border-color css

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

 span { border-color: rgb(140,117,157); }

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