Html Css Color HEX #8E759B Ce Soir

📋 copy color: '#8E759B'

red 142 ◦ green 117 ◦ blue 155

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

Shades of Ce Soir #8E759B

Tints of Ce Soir #8E759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.26%

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

R = 34.3%
G = 28.26%
B = 37.44%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E759B (or 0x8E759B) is known color: Ce Soir. HEX triplet: 8E, 75 and 9B. RGB value is (142,117,155). Sum of RGB (Red+Green+Blue) = 142+117+155=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E759B is #718A64. Grayscale: #808080. Windows color (decimal): -7440997 or 10188174. OLE color: 10188174.

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

Color convert

RGB 142 117 155 -
CMYK 0.08 0.25 0 0.39
HSL 279.47º 0.16% 0.53% -
HSV(B) 279.47º 0.25% 0.61% -
XYZ 23.43 20.84 33.8 -
YUV 128.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 142 117 155 0.08 0.25 0 0.39 279.47 0.16 0.53
Hex 8E 75 9B 8 19 0 27 117 10 35
Octal 216 165 233 10 31 0 47 427 20 65
Binary 10001110 1110101 10011011 1000 11001 0 100111 100010111 10000 110101

Color Harmonies of #8E759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E759B

Black with #8E759B

Text Example


Text Example

White with #8E759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,117,155); }

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

background-color css

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

 a { background-color: rgb(142,117,155); }

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

border-color css

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

 span { border-color: rgb(142,117,155); }

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