Html Css Color HEX #847D97 Deluge

📋 copy color: '#847D97'

red 132 ◦ green 125 ◦ blue 151

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

Shades of Deluge #847D97

Tints of Deluge #847D97

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.64%

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

R = 32.35%
G = 30.64%
B = 37.01%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#847D97 (or 0x847D97) is known color: Deluge. HEX triplet: 84, 7D and 97. RGB value is (132,125,151). Sum of RGB (Red+Green+Blue) = 132+125+151=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 151 - color contains mainly: blue. Hex color #847D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847D97 is #7B8268. Grayscale: #818181. Windows color (decimal): -8094313 or 9928068. OLE color: 9928068.

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

Color convert

RGB 132 125 151 -
CMYK 0.13 0.17 0 0.41
HSL 256.15º 0.11% 0.54% -
HSV(B) 256.15º 0.17% 0.59% -
XYZ 22.44 21.81 32.3 -
YUV 130.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 132 125 151 0.13 0.17 0 0.41 256.15 0.11 0.54
Hex 84 7D 97 D 11 0 29 100 B 36
Octal 204 175 227 15 21 0 51 400 13 66
Binary 10000100 1111101 10010111 1101 10001 0 101001 100000000 1011 110110

Color Harmonies of #847D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847D97

Black with #847D97

Text Example


Text Example

White with #847D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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