Html Css Color HEX #8E7294 Ce Soir

📋 copy color: '#8E7294'

red 142 ◦ green 114 ◦ blue 148

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

Shades of Ce Soir #8E7294

Tints of Ce Soir #8E7294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.22%

 BLUE value IS 148 (58.2% from 255) = 36.63%

R = 35.15%
G = 28.22%
B = 36.63%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E7294 (or 0x8E7294) is known color: Ce Soir. HEX triplet: 8E, 72 and 94. RGB value is (142,114,148). Sum of RGB (Red+Green+Blue) = 142+114+148=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E7294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7294 is #718D6B. Grayscale: #7E7E7E. Windows color (decimal): -7441772 or 9728654. OLE color: 9728654.

HSL color Cylindrical-coordinate representation of color #8E7294: hue angle of 289.41º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E7294 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 114 148 -
CMYK 0.04 0.23 0 0.42
HSL 289.41º 0.14% 0.51% -
HSV(B) 289.41º 0.23% 0.58% -
XYZ 22.52 19.92 30.68 -
YUV 126.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 142 114 148 0.04 0.23 0 0.42 289.41 0.14 0.51
Hex 8E 72 94 4 17 0 2A 121 E 33
Octal 216 162 224 4 27 0 52 441 16 63
Binary 10001110 1110010 10010100 100 10111 0 101010 100100001 1110 110011

Color Harmonies of #8E7294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7294

Black with #8E7294

Text Example


Text Example

White with #8E7294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,114,148); }

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

background-color css

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

 a { background-color: rgb(142,114,148); }

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

border-color css

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

 span { border-color: rgb(142,114,148); }

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