#84699D

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

Shades of Deluge #84699D

Tints of Deluge #84699D

Color information

#84699D (or 0x84699D) is unknown color: approx Deluge. HEX triplet: 84, 69 and 9D. RGB value is (132,105,157). Sum of RGB (Red+Green+Blue) = 132+105+157=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #84699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84699D is #7B9662. Grayscale: #767676. Windows color (decimal): -8099427 or 10316164. OLE color: 10316164.

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

Color convert

RGB132105157-
CMYK0.160.3300.38
HSL271.15º20.97%51.37%-
HSV(B)271.15º33.12%61.57%-
XYZ20.6517.4434.18-
YUV119149.45137.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.50%
GREEN value IS 105 (41.41% from 255) = 26.65%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=33.50%
G=26.65%
B=39.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321051570.160.3300.38271.1520.9751.37
Hex84699D102102610f1533
Octal20415123520410464172563
Binary1000010011010011001110110000100001010011010000111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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