#8D799A

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

Shades of Ce Soir #8D799A

Tints of Ce Soir #8D799A

Color information

#8D799A (or 0x8D799A) is unknown color: approx Ce Soir. HEX triplet: 8D, 79 and 9A. RGB value is (141,121,154). Sum of RGB (Red+Green+Blue) = 141+121+154=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D799A is #728665. Grayscale: #828282. Windows color (decimal): -7505510 or 10123661. OLE color: 10123661.

HSL color Cylindrical-coordinate representation of color #8D799A: hue angle of 276.36º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D799A is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB141121154-
CMYK0.080.2100.40
HSL276.36º14.04%53.92%-
HSV(B)276.36º21.43%60.39%-
XYZ23.6521.6733.51-
YUV130.74141.13135.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.89%
GREEN value IS 121 (47.66% from 255) = 29.09%
BLUE value IS 154 (60.55% from 255) = 37.02%
R=33.89%
G=29.09%
B=37.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1411211540.080.2100.40276.3614.0453.92
Hex8D799A815028114e36
Octal21517123210250504241666
Binary1000110111110011001101010001010101010001000101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,121,154); }

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

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

 a { background-color: rgb(141,121,154); }

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

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

 span { border-color: rgb(141,121,154); }

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