#8B799A

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

Shades of Ce Soir #8B799A

Tints of Ce Soir #8B799A

Color information

#8B799A (or 0x8B799A) is unknown color: approx Ce Soir. HEX triplet: 8B, 79 and 9A. RGB value is (139,121,154). Sum of RGB (Red+Green+Blue) = 139+121+154=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B799A is #748665. Grayscale: #828282. Windows color (decimal): -7636582 or 10123659. OLE color: 10123659.

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

Color convert

RGB139121154-
CMYK0.100.2100.40
HSL272.73º14.04%53.92%-
HSV(B)272.73º21.43%60.39%-
XYZ23.3221.533.49-
YUV130.14141.46134.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.57%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 154 (60.55% from 255) = 37.20%
R=33.57%
G=29.23%
B=37.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1391211540.100.2100.40272.7314.0453.92
Hex8B799AA15028111e36
Octal21317123212250504211666
Binary1000101111110011001101010101010101010001000100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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