Html Css Color HEX #8C789B Ce Soir

📋 copy color: '#8C789B'

red 140 ◦ green 120 ◦ blue 155

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

Shades of Ce Soir #8C789B

Tints of Ce Soir #8C789B

RGB

 RED value IS 140 (55.08% from 255) = 33.73%

 GREEN value IS 120 (47.27% from 255) = 28.92%

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

R = 33.73%
G = 28.92%
B = 37.35%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C789B (or 0x8C789B) is known color: Ce Soir. HEX triplet: 8C, 78 and 9B. RGB value is (140,120,155). Sum of RGB (Red+Green+Blue) = 140+120+155=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C789B is #738764. Grayscale: #818181. Windows color (decimal): -7571301 or 10188940. OLE color: 10188940.

HSL color Cylindrical-coordinate representation of color #8C789B: hue angle of 274.29º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C789B is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 120 155 -
CMYK 0.10 0.23 0 0.39
HSL 274.29º 0.15% 0.54% -
HSV(B) 274.29º 0.23% 0.61% -
XYZ 23.45 21.37 33.9 -
YUV 129.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 140 120 155 0.10 0.23 0 0.39 274.29 0.15 0.54
Hex 8C 78 9B A 17 0 27 112 F 36
Octal 214 170 233 12 27 0 47 422 17 66
Binary 10001100 1111000 10011011 1010 10111 0 100111 100010010 1111 110110

Color Harmonies of #8C789B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C789B

Black with #8C789B

Text Example


Text Example

White with #8C789B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,120,155); }

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

background-color css

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

 a { background-color: rgb(140,120,155); }

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

border-color css

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

 span { border-color: rgb(140,120,155); }

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