Html Css Color HEX #847D95 Deluge

📋 copy color: '#847D95'

red 132 ◦ green 125 ◦ blue 149

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

Shades of Deluge #847D95

Tints of Deluge #847D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.7%

R = 32.51%
G = 30.79%
B = 36.7%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#847D95 (or 0x847D95) is known color: Deluge. HEX triplet: 84, 7D and 95. RGB value is (132,125,149). Sum of RGB (Red+Green+Blue) = 132+125+149=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 149 - color contains mainly: blue. Hex color #847D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847D95 is #7B826A. Grayscale: #818181. Windows color (decimal): -8094315 or 9796996. OLE color: 9796996.

HSL color Cylindrical-coordinate representation of color #847D95: hue angle of 257.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #847D95 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 125 149 -
CMYK 0.11 0.16 0 0.42
HSL 257.5º 0.1% 0.54% -
HSV(B) 257.5º 0.16% 0.58% -
XYZ 22.27 21.74 31.46 -
YUV 129.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 132 125 149 0.11 0.16 0 0.42 257.5 0.1 0.54
Hex 84 7D 95 B 10 0 2A 102 A 36
Octal 204 175 225 13 20 0 52 402 12 66
Binary 10000100 1111101 10010101 1011 10000 0 101010 100000010 1010 110110

Color Harmonies of #847D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847D95

Black with #847D95

Text Example


Text Example

White with #847D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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