Html Css Color HEX #8E799F Ce Soir

📋 copy color: '#8E799F'

red 142 ◦ green 121 ◦ blue 159

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

Shades of Ce Soir #8E799F

Tints of Ce Soir #8E799F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.67%

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

R = 33.65%
G = 28.67%
B = 37.68%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E799F (or 0x8E799F) is known color: Ce Soir. HEX triplet: 8E, 79 and 9F. RGB value is (142,121,159). Sum of RGB (Red+Green+Blue) = 142+121+159=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E799F is #718660. Grayscale: #838383. Windows color (decimal): -7439969 or 10451342. OLE color: 10451342.

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

Color convert

RGB 142 121 159 -
CMYK 0.11 0.24 0 0.38
HSL 273.16º 0.17% 0.55% -
HSV(B) 273.16º 0.24% 0.62% -
XYZ 24.25 21.93 35.76 -
YUV 131.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 142 121 159 0.11 0.24 0 0.38 273.16 0.17 0.55
Hex 8E 79 9F B 18 0 26 111 11 37
Octal 216 171 237 13 30 0 46 421 21 67
Binary 10001110 1111001 10011111 1011 11000 0 100110 100010001 10001 110111

Color Harmonies of #8E799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E799F

Black with #8E799F

Text Example


Text Example

White with #8E799F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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