#8B799D

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

Shades of Ce Soir #8B799D

Tints of Ce Soir #8B799D

Color information

#8B799D (or 0x8B799D) is unknown color: approx Ce Soir. HEX triplet: 8B, 79 and 9D. RGB value is (139,121,157). Sum of RGB (Red+Green+Blue) = 139+121+157=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B799D is #748662. Grayscale: #828282. Windows color (decimal): -7636579 or 10320267. OLE color: 10320267.

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

Color convert

RGB139121157-
CMYK0.110.2300.38
HSL270º15.52%54.51%-
HSV(B)270º22.93%61.57%-
XYZ23.5721.634.82-
YUV130.49142.96134.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.33%
GREEN value IS 121 (47.66% from 255) = 29.02%
BLUE value IS 157 (61.72% from 255) = 37.65%
R=33.33%
G=29.02%
B=37.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391211570.110.2300.3827015.5254.51
Hex8B799DB1702610e1037
Octal21317123513270464162067
Binary10001011111100110011101101110111010011010000111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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