Html Css Color HEX #847E95 Deluge

📋 copy color: '#847E95'

red 132 ◦ green 126 ◦ blue 149

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

Shades of Deluge #847E95

Tints of Deluge #847E95

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.96%

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

R = 32.43%
G = 30.96%
B = 36.61%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#847E95 (or 0x847E95) is known color: Deluge. HEX triplet: 84, 7E and 95. RGB value is (132,126,149). Sum of RGB (Red+Green+Blue) = 132+126+149=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 149 - color contains mainly: blue. Hex color #847E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847E95 is #7B816A. Grayscale: #828282. Windows color (decimal): -8094059 or 9797252. OLE color: 9797252.

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

Color convert

RGB 132 126 149 -
CMYK 0.11 0.15 0 0.42
HSL 255.65º 0.1% 0.54% -
HSV(B) 255.65º 0.15% 0.58% -
XYZ 22.4 22 31.5 -
YUV 130.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 132 126 149 0.11 0.15 0 0.42 255.65 0.1 0.54
Hex 84 7E 95 B F 0 2A 100 A 36
Octal 204 176 225 13 17 0 52 400 12 66
Binary 10000100 1111110 10010101 1011 1111 0 101010 100000000 1010 110110

Color Harmonies of #847E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847E95

Black with #847E95

Text Example


Text Example

White with #847E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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