#8B769C

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

Shades of Ce Soir #8B769C

Tints of Ce Soir #8B769C

Color information

#8B769C (or 0x8B769C) is unknown color: approx Ce Soir. HEX triplet: 8B, 76 and 9C. RGB value is (139,118,156). Sum of RGB (Red+Green+Blue) = 139+118+156=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B769C is #748963. Grayscale: #808080. Windows color (decimal): -7637348 or 10253963. OLE color: 10253963.

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

Color convert

RGB139118156-
CMYK0.110.2400.39
HSL273.16º16.1%53.73%-
HSV(B)273.16º24.36%61.18%-
XYZ23.1320.8534.26-
YUV128.61143.46135.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.66%
GREEN value IS 118 (46.48% from 255) = 28.57%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=33.66%
G=28.57%
B=37.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391181560.110.2400.39273.1616.153.73
Hex8B769CB180271111036
Octal21316623413300474212066
Binary10001011111011010011100101111000010011110001000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,118,156); }

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

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

 a { background-color: rgb(139,118,156); }

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

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

 span { border-color: rgb(139,118,156); }

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