#8F80A2

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

Shades of Ce Soir #8F80A2

Tints of Ce Soir #8F80A2

Color information

#8F80A2 (or 0x8F80A2) is unknown color: approx Ce Soir. HEX triplet: 8F, 80 and A2. RGB value is (143,128,162). Sum of RGB (Red+Green+Blue) = 143+128+162=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 162 - color contains mainly: blue. Hex color #8F80A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F80A2 is #707F5D. Grayscale: #888888. Windows color (decimal): -7372638 or 10649743. OLE color: 10649743.

HSL color Cylindrical-coordinate representation of color #8F80A2: hue angle of 266.47º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F80A2 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB143128162-
CMYK0.120.2100.36
HSL266.47º15.45%56.86%-
HSV(B)266.47º20.99%63.53%-
XYZ25.5723.8937.45-
YUV136.36142.47132.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.03%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 162 (63.67% from 255) = 37.41%
R=33.03%
G=29.56%
B=37.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431281620.120.2100.36266.4715.4556.86
Hex8F80A2C1502410af39
Octal21720024214250444121771
Binary10001111100000001010001011001010101001001000010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F80A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,128,162); }

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

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

 a { background-color: rgb(143,128,162); }

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

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

 span { border-color: rgb(143,128,162); }

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