Html Css Color HEX #8E779D Ce Soir

📋 copy color: '#8E779D'

red 142 ◦ green 119 ◦ blue 157

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

Shades of Ce Soir #8E779D

Tints of Ce Soir #8E779D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.47%

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

R = 33.97%
G = 28.47%
B = 37.56%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E779D (or 0x8E779D) is known color: Ce Soir. HEX triplet: 8E, 77 and 9D. RGB value is (142,119,157). Sum of RGB (Red+Green+Blue) = 142+119+157=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E779D is #718862. Grayscale: #828282. Windows color (decimal): -7440483 or 10319758. OLE color: 10319758.

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

Color convert

RGB 142 119 157 -
CMYK 0.10 0.24 0 0.38
HSL 276.32º 0.16% 0.54% -
HSV(B) 276.32º 0.24% 0.62% -
XYZ 23.84 21.38 34.77 -
YUV 130.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 142 119 157 0.10 0.24 0 0.38 276.32 0.16 0.54
Hex 8E 77 9D A 18 0 26 114 10 36
Octal 216 167 235 12 30 0 46 424 20 66
Binary 10001110 1110111 10011101 1010 11000 0 100110 100010100 10000 110110

Color Harmonies of #8E779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E779D

Black with #8E779D

Text Example


Text Example

White with #8E779D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,119,157); }

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

background-color css

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

 a { background-color: rgb(142,119,157); }

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

border-color css

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

 span { border-color: rgb(142,119,157); }

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