#8C799F

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

Shades of Ce Soir #8C799F

Tints of Ce Soir #8C799F

Color information

#8C799F (or 0x8C799F) is unknown color: approx Ce Soir. HEX triplet: 8C, 79 and 9F. RGB value is (140,121,159). Sum of RGB (Red+Green+Blue) = 140+121+159=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C799F is #738660. Grayscale: #828282. Windows color (decimal): -7571041 or 10451340. OLE color: 10451340.

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

Color convert

RGB140121159-
CMYK0.120.2400.38
HSL270º16.52%54.9%-
HSV(B)270º23.9%62.35%-
XYZ23.9121.7535.74-
YUV131.01143.79134.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.33%
GREEN value IS 121 (47.66% from 255) = 28.81%
BLUE value IS 159 (62.5% from 255) = 37.86%
R=33.33%
G=28.81%
B=37.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401211590.120.2400.3827016.5254.9
Hex8C799FC1802610e1137
Octal21417123714300464162167
Binary10001100111100110011111110011000010011010000111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C799F;
 }
 .AnyTagClassName
 {
   color: #8C799F;
 }
</style>
background-color css

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

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

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

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

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

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