Html Css Color HEX #8C799D Ce Soir

📋 copy color: '#8C799D'

red 140 ◦ green 121 ◦ blue 157

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

Shades of Ce Soir #8C799D

Tints of Ce Soir #8C799D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 33.49%
G = 28.95%
B = 37.56%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C799D (or 0x8C799D) is known color: Ce Soir. HEX triplet: 8C, 79 and 9D. RGB value is (140,121,157). Sum of RGB (Red+Green+Blue) = 140+121+157=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C799D is #738662. Grayscale: #828282. Windows color (decimal): -7571043 or 10320268. OLE color: 10320268.

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

Color convert

RGB 140 121 157 -
CMYK 0.11 0.23 0 0.38
HSL 271.67º 0.16% 0.55% -
HSV(B) 271.67º 0.23% 0.62% -
XYZ 23.74 21.68 34.83 -
YUV 130.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 140 121 157 0.11 0.23 0 0.38 271.67 0.16 0.55
Hex 8C 79 9D B 17 0 26 110 10 37
Octal 214 171 235 13 27 0 46 420 20 67
Binary 10001100 1111001 10011101 1011 10111 0 100110 100010000 10000 110111

Color Harmonies of #8C799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C799D

Black with #8C799D

Text Example


Text Example

White with #8C799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,121,157); }

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

background-color css

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

 a { background-color: rgb(140,121,157); }

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

border-color css

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

 span { border-color: rgb(140,121,157); }

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