Html Css Color HEX #84749A Deluge

📋 copy color: '#84749A'

red 132 ◦ green 116 ◦ blue 154

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

Shades of Deluge #84749A

Tints of Deluge #84749A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.86%

 BLUE value IS 154 (60.55% from 255) = 38.31%

R = 32.84%
G = 28.86%
B = 38.31%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#84749A (or 0x84749A) is known color: Deluge. HEX triplet: 84, 74 and 9A. RGB value is (132,116,154). Sum of RGB (Red+Green+Blue) = 132+116+154=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 154 - color contains mainly: blue. Hex color #84749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84749A is #7B8B65. Grayscale: #7C7C7C. Windows color (decimal): -8096614 or 10122372. OLE color: 10122372.

HSL color Cylindrical-coordinate representation of color #84749A: hue angle of 265.26º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84749A is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 116 154 -
CMYK 0.14 0.25 0 0.40
HSL 265.26º 0.16% 0.53% -
HSV(B) 265.26º 0.25% 0.6% -
XYZ 21.59 19.73 33.24 -
YUV 125.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 132 116 154 0.14 0.25 0 0.40 265.26 0.16 0.53
Hex 84 74 9A E 19 0 28 109 10 35
Octal 204 164 232 16 31 0 50 411 20 65
Binary 10000100 1110100 10011010 1110 11001 0 101000 100001001 10000 110101

Color Harmonies of #84749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84749A

Black with #84749A

Text Example


Text Example

White with #84749A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84749A; }

 p { color: rgb(132,116,154); }

 H1.HeaderClassName
 {
   color: #84749A;
 }
 .AnyTagClassName
 {
   color: #84749A;
 }
</style>

background-color css

<style>
 a { background-color: #84749A; }

 a { background-color: rgb(132,116,154); }

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

border-color css

<style>
 span { border-color: #84749A; }

 span { border-color: rgb(132,116,154); }

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