Html Css Color HEX #84729B Deluge

📋 copy color: '#84729B'

red 132 ◦ green 114 ◦ blue 155

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

Shades of Deluge #84729B

Tints of Deluge #84729B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.43%

 BLUE value IS 155 (60.94% from 255) = 38.65%

R = 32.92%
G = 28.43%
B = 38.65%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84729B (or 0x84729B) is known color: Deluge. HEX triplet: 84, 72 and 9B. RGB value is (132,114,155). Sum of RGB (Red+Green+Blue) = 132+114+155=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #84729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84729B is #7B8D64. Grayscale: #7B7B7B. Windows color (decimal): -8097125 or 10187396. OLE color: 10187396.

HSL color Cylindrical-coordinate representation of color #84729B: hue angle of 266.34º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84729B is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 114 155 -
CMYK 0.15 0.26 0 0.39
HSL 266.34º 0.17% 0.53% -
HSV(B) 266.34º 0.26% 0.61% -
XYZ 21.45 19.31 33.61 -
YUV 124.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 132 114 155 0.15 0.26 0 0.39 266.34 0.17 0.53
Hex 84 72 9B F 1A 0 27 10A 11 35
Octal 204 162 233 17 32 0 47 412 21 65
Binary 10000100 1110010 10011011 1111 11010 0 100111 100001010 10001 110101

Color Harmonies of #84729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84729B

Black with #84729B

Text Example


Text Example

White with #84729B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84729B; }

 p { color: rgb(132,114,155); }

 H1.HeaderClassName
 {
   color: #84729B;
 }
 .AnyTagClassName
 {
   color: #84729B;
 }
</style>

background-color css

<style>
 a { background-color: #84729B; }

 a { background-color: rgb(132,114,155); }

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

border-color css

<style>
 span { border-color: #84729B; }

 span { border-color: rgb(132,114,155); }

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