#84799C

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

Shades of Deluge #84799C

Tints of Deluge #84799C

Color information

#84799C (or 0x84799C) is unknown color: approx Deluge. HEX triplet: 84, 79 and 9C. RGB value is (132,121,156). Sum of RGB (Red+Green+Blue) = 132+121+156=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #84799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84799C is #7B8663. Grayscale: #808080. Windows color (decimal): -8095332 or 10254724. OLE color: 10254724.

HSL color Cylindrical-coordinate representation of color #84799C: hue angle of 258.86º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84799C is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB132121156-
CMYK0.150.2200.39
HSL258.86º15.02%54.31%-
HSV(B)258.86º22.44%61.18%-
XYZ22.3520.9834.32-
YUV128.28143.64130.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.27%
GREEN value IS 121 (47.66% from 255) = 29.58%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=32.27%
G=29.58%
B=38.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321211560.150.2200.39258.8615.0254.31
Hex84799CF16027103f36
Octal20417123417260474031766
Binary1000010011110011001110011111011001001111000000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84799C; }

 p { color: rgb(132,121,156); }

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

<style>
 a { background-color: #84799C; }

 a { background-color: rgb(132,121,156); }

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

<style>
 span { border-color: #84799C; }

 span { border-color: rgb(132,121,156); }

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