#8B779C

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

Shades of Ce Soir #8B779C

Tints of Ce Soir #8B779C

Color information

#8B779C (or 0x8B779C) is unknown color: approx Ce Soir. HEX triplet: 8B, 77 and 9C. RGB value is (139,119,156). Sum of RGB (Red+Green+Blue) = 139+119+156=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B779C is #748863. Grayscale: #818181. Windows color (decimal): -7637092 or 10254219. OLE color: 10254219.

HSL color Cylindrical-coordinate representation of color #8B779C: hue angle of 272.43º 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 #8B779C is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB139119156-
CMYK0.110.2400.39
HSL272.43º15.74%53.92%-
HSV(B)272.43º23.72%61.18%-
XYZ23.2521.0834.3-
YUV129.2143.13134.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.57%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 156 (61.33% from 255) = 37.68%
R=33.57%
G=28.74%
B=37.68%

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
Decimal1391191560.110.2400.39272.4315.7453.92
Hex8B779CB180271101036
Octal21316723413300474202066
Binary10001011111011110011100101111000010011110001000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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