Html Css Color HEX #847F9F Deluge

📋 copy color: '#847F9F'

red 132 ◦ green 127 ◦ blue 159

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

Shades of Deluge #847F9F

Tints of Deluge #847F9F

RGB

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

 GREEN value IS 127 (50% from 255) = 30.38%

 BLUE value IS 159 (62.5% from 255) = 38.04%

R = 31.58%
G = 30.38%
B = 38.04%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#847F9F (or 0x847F9F) is known color: Deluge. HEX triplet: 84, 7F and 9F. RGB value is (132,127,159). Sum of RGB (Red+Green+Blue) = 132+127+159=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #847F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847F9F is #7B8060. Grayscale: #848484. Windows color (decimal): -8093793 or 10452868. OLE color: 10452868.

HSL color Cylindrical-coordinate representation of color #847F9F: hue angle of 249.38º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #847F9F is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 127 159 -
CMYK 0.17 0.20 0 0.38
HSL 249.38º 0.14% 0.56% -
HSV(B) 249.38º 0.2% 0.62% -
XYZ 23.36 22.59 35.93 -
YUV 132.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 132 127 159 0.17 0.20 0 0.38 249.38 0.14 0.56
Hex 84 7F 9F 11 14 0 26 F9 E 38
Octal 204 177 237 21 24 0 46 371 16 70
Binary 10000100 1111111 10011111 10001 10100 0 100110 11111001 1110 111000

Color Harmonies of #847F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847F9F

Black with #847F9F

Text Example


Text Example

White with #847F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,127,159); }

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

background-color css

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

 a { background-color: rgb(132,127,159); }

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

border-color css

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

 span { border-color: rgb(132,127,159); }

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