#84689D

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

Shades of Ce Soir #84689D

Tints of Ce Soir #84689D

Color information

#84689D (or 0x84689D) is unknown color: approx Ce Soir. HEX triplet: 84, 68 and 9D. RGB value is (132,104,157). Sum of RGB (Red+Green+Blue) = 132+104+157=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #84689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84689D is #7B9762. Grayscale: #767676. Windows color (decimal): -8099683 or 10315908. OLE color: 10315908.

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

Color convert

RGB132104157-
CMYK0.160.3400.38
HSL271.7º21.29%51.18%-
HSV(B)271.7º33.76%61.57%-
XYZ20.5517.2434.14-
YUV118.41149.78137.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=33.59%
G=26.46%
B=39.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321041570.160.3400.38271.721.2951.18
Hex84689D10220261101533
Octal20415023520420464202563
Binary1000010011010001001110110000100010010011010001000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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