#84669D

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

Shades of Ce Soir #84669D

Tints of Ce Soir #84669D

Color information

#84669D (or 0x84669D) is unknown color: approx Ce Soir. HEX triplet: 84, 66 and 9D. RGB value is (132,102,157). Sum of RGB (Red+Green+Blue) = 132+102+157=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #84669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84669D is #7B9962. Grayscale: #757575. Windows color (decimal): -8100195 or 10315396. OLE color: 10315396.

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

Color convert

RGB132102157-
CMYK0.160.3500.38
HSL272.73º21.91%50.78%-
HSV(B)272.73º35.03%61.57%-
XYZ20.3516.8434.08-
YUV117.24150.44138.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.76%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 157 (61.72% from 255) = 40.15%
R=33.76%
G=26.09%
B=40.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321021570.160.3500.38272.7321.9150.78
Hex84669D10230261111633
Octal20414623520430464212663
Binary1000010011001101001110110000100011010011010001000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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