Html Css Color HEX #847797 Deluge

📋 copy color: '#847797'

red 132 ◦ green 119 ◦ blue 151

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

Shades of Deluge #847797

Tints of Deluge #847797

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.6%

 BLUE value IS 151 (59.38% from 255) = 37.56%

R = 32.84%
G = 29.6%
B = 37.56%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#847797 (or 0x847797) is known color: Deluge. HEX triplet: 84, 77 and 97. RGB value is (132,119,151). Sum of RGB (Red+Green+Blue) = 132+119+151=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 151 - color contains mainly: blue. Hex color #847797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847797 is #7B8868. Grayscale: #7E7E7E. Windows color (decimal): -8095849 or 9926532. OLE color: 9926532.

HSL color Cylindrical-coordinate representation of color #847797: hue angle of 264.38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #847797 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 119 151 -
CMYK 0.13 0.21 0 0.41
HSL 264.38º 0.13% 0.53% -
HSV(B) 264.38º 0.21% 0.59% -
XYZ 21.7 20.33 32.06 -
YUV 126.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 132 119 151 0.13 0.21 0 0.41 264.38 0.13 0.53
Hex 84 77 97 D 15 0 29 108 D 35
Octal 204 167 227 15 25 0 51 410 15 65
Binary 10000100 1110111 10010111 1101 10101 0 101001 100001000 1101 110101

Color Harmonies of #847797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847797

Black with #847797

Text Example


Text Example

White with #847797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847797; }

 p { color: rgb(132,119,151); }

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

background-color css

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

 a { background-color: rgb(132,119,151); }

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

border-color css

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

 span { border-color: rgb(132,119,151); }

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