Html Css Color HEX #84799D Deluge

📋 copy color: '#84799D'

red 132 ◦ green 121 ◦ blue 157

#84799D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #84799D

Tints of Deluge #84799D

RGB

 RED value IS 132 (51.95% from 255) = 32.2%

 GREEN value IS 121 (47.66% from 255) = 29.51%

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 32.2%
G = 29.51%
B = 38.29%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84799D (or 0x84799D) is known color: Deluge. HEX triplet: 84, 79 and 9D. RGB value is (132,121,157). Sum of RGB (Red+Green+Blue) = 132+121+157=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #84799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84799D is #7B8662. Grayscale: #808080. Windows color (decimal): -8095331 or 10320260. OLE color: 10320260.

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

Color convert

RGB 132 121 157 -
CMYK 0.16 0.23 0 0.38
HSL 258.33º 0.16% 0.55% -
HSV(B) 258.33º 0.23% 0.62% -
XYZ 22.44 21.01 34.77 -
YUV 128.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 132 121 157 0.16 0.23 0 0.38 258.33 0.16 0.55
Hex 84 79 9D 10 17 0 26 102 10 37
Octal 204 171 235 20 27 0 46 402 20 67
Binary 10000100 1111001 10011101 10000 10111 0 100110 100000010 10000 110111

Color Harmonies of #84799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84799D

Black with #84799D

Text Example


Text Example

White with #84799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84799D;
 }
 .AnyTagClassName
 {
   color: #84799D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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