#8A799C

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

Shades of Ce Soir #8A799C

Tints of Ce Soir #8A799C

Color information

#8A799C (or 0x8A799C) is unknown color: approx Ce Soir. HEX triplet: 8A, 79 and 9C. RGB value is (138,121,156). Sum of RGB (Red+Green+Blue) = 138+121+156=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A799C is #758663. Grayscale: #818181. Windows color (decimal): -7702116 or 10254730. OLE color: 10254730.

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

Color convert

RGB138121156-
CMYK0.120.2200.39
HSL269.14º15.02%54.31%-
HSV(B)269.14º22.44%61.18%-
XYZ23.3221.4834.37-
YUV130.07142.63133.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.25%
GREEN value IS 121 (47.66% from 255) = 29.16%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=33.25%
G=29.16%
B=37.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381211560.120.2200.39269.1415.0254.31
Hex8A799CC1602710df36
Octal21217123414260474151766
Binary1000101011110011001110011001011001001111000011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,121,156); }

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

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

 a { background-color: rgb(138,121,156); }

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

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

 span { border-color: rgb(138,121,156); }

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