#8B769D

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

Shades of Ce Soir #8B769D

Tints of Ce Soir #8B769D

Color information

#8B769D (or 0x8B769D) is unknown color: approx Ce Soir. HEX triplet: 8B, 76 and 9D. RGB value is (139,118,157). Sum of RGB (Red+Green+Blue) = 139+118+157=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B769D is #748962. Grayscale: #808080. Windows color (decimal): -7637347 or 10319499. OLE color: 10319499.

HSL color Cylindrical-coordinate representation of color #8B769D: hue angle of 272.31º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B769D is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB139118157-
CMYK0.110.2500.38
HSL272.31º16.6%53.92%-
HSV(B)272.31º24.84%61.57%-
XYZ23.2120.8834.71-
YUV128.72143.96135.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.57%
GREEN value IS 118 (46.48% from 255) = 28.50%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=33.57%
G=28.50%
B=37.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391181570.110.2500.38272.3116.653.92
Hex8B769DB190261101136
Octal21316623513310464202166
Binary10001011111011010011101101111001010011010001000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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