Html Css Color HEX #84709B Deluge

📋 copy color: '#84709B'

red 132 ◦ green 112 ◦ blue 155

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

Shades of Deluge #84709B

Tints of Deluge #84709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.07%

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

R = 33.08%
G = 28.07%
B = 38.85%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84709B (or 0x84709B) is known color: Deluge. HEX triplet: 84, 70 and 9B. RGB value is (132,112,155). Sum of RGB (Red+Green+Blue) = 132+112+155=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #84709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84709B is #7B8F64. Grayscale: #7A7A7A. Windows color (decimal): -8097637 or 10186884. OLE color: 10186884.

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

Color convert

RGB 132 112 155 -
CMYK 0.15 0.28 0 0.39
HSL 267.91º 0.18% 0.52% -
HSV(B) 267.91º 0.28% 0.61% -
XYZ 21.23 18.86 33.53 -
YUV 122.88 146.13 134.5 -
System Red Green Blue C M Y K H S L
Decimal 132 112 155 0.15 0.28 0 0.39 267.91 0.18 0.52
Hex 84 70 9B F 1C 0 27 10C 12 34
Octal 204 160 233 17 34 0 47 414 22 64
Binary 10000100 1110000 10011011 1111 11100 0 100111 100001100 10010 110100

Color Harmonies of #84709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84709B

Black with #84709B

Text Example


Text Example

White with #84709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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