#8A799A

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

Shades of Ce Soir #8A799A

Tints of Ce Soir #8A799A

Color information

#8A799A (or 0x8A799A) is unknown color: approx Ce Soir. HEX triplet: 8A, 79 and 9A. RGB value is (138,121,154). Sum of RGB (Red+Green+Blue) = 138+121+154=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A799A is #758665. Grayscale: #818181. Windows color (decimal): -7702118 or 10123658. OLE color: 10123658.

HSL color Cylindrical-coordinate representation of color #8A799A: hue angle of 270.91º 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 #8A799A is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB138121154-
CMYK0.100.2100.40
HSL270.91º14.04%53.92%-
HSV(B)270.91º21.43%60.39%-
XYZ23.1521.4133.48-
YUV129.84141.63133.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.41%
GREEN value IS 121 (47.66% from 255) = 29.30%
BLUE value IS 154 (60.55% from 255) = 37.29%
R=33.41%
G=29.30%
B=37.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1381211540.100.2100.40270.9114.0453.92
Hex8A799AA1502810fe36
Octal21217123212250504171666
Binary1000101011110011001101010101010101010001000011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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