#8C799D

Color #8C799D Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #8C799D

Tints of Ce Soir #8C799D

Color information

#8C799D (or 0x8C799D) is unknown color: approx 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

RGB140121157-
CMYK0.110.2300.38
HSL271.67º15.52%54.51%-
HSV(B)271.67º22.93%61.57%-
XYZ23.7421.6834.83-
YUV130.78142.79134.57-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401211570.110.2300.38271.6715.5254.51
Hex8C799DB170261101037
Octal21417123513270464202067
Binary10001100111100110011101101110111010011010001000010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>