#8B799E

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

Shades of Ce Soir #8B799E

Tints of Ce Soir #8B799E

Color information

#8B799E (or 0x8B799E) is unknown color: approx Ce Soir. HEX triplet: 8B, 79 and 9E. RGB value is (139,121,158). Sum of RGB (Red+Green+Blue) = 139+121+158=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B799E is #748661. Grayscale: #828282. Windows color (decimal): -7636578 or 10385803. OLE color: 10385803.

HSL color Cylindrical-coordinate representation of color #8B799E: hue angle of 269.19º 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 #8B799E is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB139121158-
CMYK0.120.2300.38
HSL269.19º16.02%54.71%-
HSV(B)269.19º23.42%61.96%-
XYZ23.6621.6335.28-
YUV130.6143.46133.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.25%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=33.25%
G=28.95%
B=37.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391211580.120.2300.38269.1916.0254.71
Hex8B799EC1702610d1037
Octal21317123614270464152067
Binary10001011111100110011110110010111010011010000110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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