Html Css Color HEX #8C759B Ce Soir

📋 copy color: '#8C759B'

red 140 ◦ green 117 ◦ blue 155

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

Shades of Ce Soir #8C759B

Tints of Ce Soir #8C759B

RGB

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

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

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

R = 33.98%
G = 28.4%
B = 37.62%

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

#8C759B (or 0x8C759B) is known color: Ce Soir. HEX triplet: 8C, 75 and 9B. RGB value is (140,117,155). Sum of RGB (Red+Green+Blue) = 140+117+155=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C759B is #738A64. Grayscale: #808080. Windows color (decimal): -7572069 or 10188172. OLE color: 10188172.

HSL color Cylindrical-coordinate representation of color #8C759B: hue angle of 276.32º 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 #8C759B is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 117 155 -
CMYK 0.10 0.25 0 0.39
HSL 276.32º 0.16% 0.53% -
HSV(B) 276.32º 0.25% 0.61% -
XYZ 23.09 20.66 33.78 -
YUV 128.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 140 117 155 0.10 0.25 0 0.39 276.32 0.16 0.53
Hex 8C 75 9B A 19 0 27 114 10 35
Octal 214 165 233 12 31 0 47 424 20 65
Binary 10001100 1110101 10011011 1010 11001 0 100111 100010100 10000 110101

Color Harmonies of #8C759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C759B

Black with #8C759B

Text Example


Text Example

White with #8C759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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