Html Css Color HEX #8E769C Ce Soir

📋 copy color: '#8E769C'

red 142 ◦ green 118 ◦ blue 156

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

Shades of Ce Soir #8E769C

Tints of Ce Soir #8E769C

RGB

 RED value IS 142 (55.86% from 255) = 34.13%

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

 BLUE value IS 156 (61.33% from 255) = 37.5%

R = 34.13%
G = 28.37%
B = 37.5%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E769C (or 0x8E769C) is known color: Ce Soir. HEX triplet: 8E, 76 and 9C. RGB value is (142,118,156). Sum of RGB (Red+Green+Blue) = 142+118+156=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E769C is #718963. Grayscale: #818181. Windows color (decimal): -7440740 or 10253966. OLE color: 10253966.

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

Color convert

RGB 142 118 156 -
CMYK 0.09 0.24 0 0.39
HSL 277.89º 0.16% 0.54% -
HSV(B) 277.89º 0.24% 0.61% -
XYZ 23.63 21.11 34.28 -
YUV 129.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 142 118 156 0.09 0.24 0 0.39 277.89 0.16 0.54
Hex 8E 76 9C 9 18 0 27 116 10 36
Octal 216 166 234 11 30 0 47 426 20 66
Binary 10001110 1110110 10011100 1001 11000 0 100111 100010110 10000 110110

Color Harmonies of #8E769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E769C

Black with #8E769C

Text Example


Text Example

White with #8E769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,118,156); }

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

background-color css

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

 a { background-color: rgb(142,118,156); }

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

border-color css

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

 span { border-color: rgb(142,118,156); }

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