#8B799C

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

Shades of Ce Soir #8B799C

Tints of Ce Soir #8B799C

Color information

#8B799C (or 0x8B799C) is unknown color: approx Ce Soir. HEX triplet: 8B, 79 and 9C. RGB value is (139,121,156). Sum of RGB (Red+Green+Blue) = 139+121+156=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B799C is #748663. Grayscale: #828282. Windows color (decimal): -7636580 or 10254731. OLE color: 10254731.

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

Color convert

RGB139121156-
CMYK0.110.2200.39
HSL270.86º15.02%54.31%-
HSV(B)270.86º22.44%61.18%-
XYZ23.4921.5634.38-
YUV130.37142.46134.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.41%
GREEN value IS 121 (47.66% from 255) = 29.09%
BLUE value IS 156 (61.33% from 255) = 37.5%
R=33.41%
G=29.09%
B=37.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391211560.110.2200.39270.8615.0254.31
Hex8B799CB1602710ff36
Octal21317123413260474171766
Binary1000101111110011001110010111011001001111000011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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