Html Css Color HEX #8C769B Ce Soir

📋 copy color: '#8C769B'

red 140 ◦ green 118 ◦ blue 155

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

Shades of Ce Soir #8C769B

Tints of Ce Soir #8C769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.57%

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

R = 33.9%
G = 28.57%
B = 37.53%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C769B (or 0x8C769B) is known color: Ce Soir. HEX triplet: 8C, 76 and 9B. RGB value is (140,118,155). Sum of RGB (Red+Green+Blue) = 140+118+155=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C769B is #738964. Grayscale: #808080. Windows color (decimal): -7571813 or 10188428. OLE color: 10188428.

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

Color convert

RGB 140 118 155 -
CMYK 0.10 0.24 0 0.39
HSL 275.68º 0.16% 0.54% -
HSV(B) 275.68º 0.24% 0.61% -
XYZ 23.21 20.9 33.82 -
YUV 128.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 140 118 155 0.10 0.24 0 0.39 275.68 0.16 0.54
Hex 8C 76 9B A 18 0 27 114 10 36
Octal 214 166 233 12 30 0 47 424 20 66
Binary 10001100 1110110 10011011 1010 11000 0 100111 100010100 10000 110110

Color Harmonies of #8C769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C769B

Black with #8C769B

Text Example


Text Example

White with #8C769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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