#8A7A9B

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

Shades of Ce Soir #8A7A9B

Tints of Ce Soir #8A7A9B

Color information

#8A7A9B (or 0x8A7A9B) is unknown color: approx Ce Soir. HEX triplet: 8A, 7A and 9B. RGB value is (138,122,155). Sum of RGB (Red+Green+Blue) = 138+122+155=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A7A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7A9B is #758564. Grayscale: #828282. Windows color (decimal): -7701861 or 10189450. OLE color: 10189450.

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

Color convert

RGB138122155-
CMYK0.110.2100.39
HSL269.09º14.16%54.31%-
HSV(B)269.09º21.29%60.78%-
XYZ23.3621.6933.97-
YUV130.55141.8133.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.25%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 155 (60.94% from 255) = 37.35%
R=33.25%
G=29.40%
B=37.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381221550.110.2100.39269.0914.1654.31
Hex8A7A9BB1502710de36
Octal21217223313250474151666
Binary1000101011110101001101110111010101001111000011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,122,155); }

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

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

 a { background-color: rgb(138,122,155); }

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

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

 span { border-color: rgb(138,122,155); }

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