Html Css Color HEX #847C95 Deluge

📋 copy color: '#847C95'

red 132 ◦ green 124 ◦ blue 149

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

Shades of Deluge #847C95

Tints of Deluge #847C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.62%

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

R = 32.59%
G = 30.62%
B = 36.79%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#847C95 (or 0x847C95) is known color: Deluge. HEX triplet: 84, 7C and 95. RGB value is (132,124,149). Sum of RGB (Red+Green+Blue) = 132+124+149=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 149 - color contains mainly: blue. Hex color #847C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847C95 is #7B836A. Grayscale: #818181. Windows color (decimal): -8094571 or 9796740. OLE color: 9796740.

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

Color convert

RGB 132 124 149 -
CMYK 0.11 0.17 0 0.42
HSL 259.2º 0.11% 0.54% -
HSV(B) 259.2º 0.17% 0.58% -
XYZ 22.15 21.49 31.41 -
YUV 129.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 132 124 149 0.11 0.17 0 0.42 259.2 0.11 0.54
Hex 84 7C 95 B 11 0 2A 103 B 36
Octal 204 174 225 13 21 0 52 403 13 66
Binary 10000100 1111100 10010101 1011 10001 0 101010 100000011 1011 110110

Color Harmonies of #847C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847C95

Black with #847C95

Text Example


Text Example

White with #847C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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