#84659D

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

Shades of Ce Soir #84659D

Tints of Ce Soir #84659D

Color information

#84659D (or 0x84659D) is unknown color: approx Ce Soir. HEX triplet: 84, 65 and 9D. RGB value is (132,101,157). Sum of RGB (Red+Green+Blue) = 132+101+157=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #84659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84659D is #7B9A62. Grayscale: #747474. Windows color (decimal): -8100451 or 10315140. OLE color: 10315140.

HSL color Cylindrical-coordinate representation of color #84659D: hue angle of 273.21º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84659D is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB132101157-
CMYK0.160.3600.38
HSL273.21º22.22%50.59%-
HSV(B)273.21º35.67%61.57%-
XYZ20.2616.6534.04-
YUV116.65150.77138.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.85%
GREEN value IS 101 (39.84% from 255) = 25.90%
BLUE value IS 157 (61.72% from 255) = 40.26%
R=33.85%
G=25.90%
B=40.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321011570.160.3600.38273.2122.2250.59
Hex84659D10240261111633
Octal20414523520440464212663
Binary1000010011001011001110110000100100010011010001000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84659D; }

 p { color: rgb(132,101,157); }

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

<style>
 a { background-color: #84659D; }

 a { background-color: rgb(132,101,157); }

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

<style>
 span { border-color: #84659D; }

 span { border-color: rgb(132,101,157); }

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