#8A739A

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

Shades of Ce Soir #8A739A

Tints of Ce Soir #8A739A

Color information

#8A739A (or 0x8A739A) is unknown color: approx Ce Soir. HEX triplet: 8A, 73 and 9A. RGB value is (138,115,154). Sum of RGB (Red+Green+Blue) = 138+115+154=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A739A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A739A is #758C65. Grayscale: #7E7E7E. Windows color (decimal): -7703654 or 10122122. OLE color: 10122122.

HSL color Cylindrical-coordinate representation of color #8A739A: hue angle of 275.38º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A739A is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB138115154-
CMYK0.100.2500.40
HSL275.38º16.18%52.75%-
HSV(B)275.38º25.32%60.39%-
XYZ22.442033.25-
YUV126.32143.62136.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.91%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=33.91%
G=28.26%
B=37.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1381151540.100.2500.40275.3816.1852.75
Hex8A739AA190281131035
Octal21216323212310504232065
Binary10001010111001110011010101011001010100010001001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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