Html Css Color HEX #8E779F Ce Soir

📋 copy color: '#8E779F'

red 142 ◦ green 119 ◦ blue 159

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

Shades of Ce Soir #8E779F

Tints of Ce Soir #8E779F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 33.81%
G = 28.33%
B = 37.86%

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

#8E779F (or 0x8E779F) is known color: Ce Soir. HEX triplet: 8E, 77 and 9F. RGB value is (142,119,159). Sum of RGB (Red+Green+Blue) = 142+119+159=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E779F is #718860. Grayscale: #828282. Windows color (decimal): -7440481 or 10450830. OLE color: 10450830.

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

Color convert

RGB 142 119 159 -
CMYK 0.11 0.25 0 0.38
HSL 274.5º 0.17% 0.55% -
HSV(B) 274.5º 0.25% 0.62% -
XYZ 24.01 21.45 35.68 -
YUV 130.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 142 119 159 0.11 0.25 0 0.38 274.5 0.17 0.55
Hex 8E 77 9F B 19 0 26 112 11 37
Octal 216 167 237 13 31 0 46 422 21 67
Binary 10001110 1110111 10011111 1011 11001 0 100110 100010010 10001 110111

Color Harmonies of #8E779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E779F

Black with #8E779F

Text Example


Text Example

White with #8E779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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