Html Css Color HEX #847A9D Deluge

📋 copy color: '#847A9D'

red 132 ◦ green 122 ◦ blue 157

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

Shades of Deluge #847A9D

Tints of Deluge #847A9D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.68%

 BLUE value IS 157 (61.72% from 255) = 38.2%

R = 32.12%
G = 29.68%
B = 38.2%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#847A9D (or 0x847A9D) is known color: Deluge. HEX triplet: 84, 7A and 9D. RGB value is (132,122,157). Sum of RGB (Red+Green+Blue) = 132+122+157=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #847A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847A9D is #7B8562. Grayscale: #808080. Windows color (decimal): -8095075 or 10320516. OLE color: 10320516.

HSL color Cylindrical-coordinate representation of color #847A9D: hue angle of 257.14º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #847A9D is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 122 157 -
CMYK 0.16 0.22 0 0.38
HSL 257.14º 0.15% 0.55% -
HSV(B) 257.14º 0.22% 0.62% -
XYZ 22.56 21.26 34.81 -
YUV 128.98 143.81 130.15 -
System Red Green Blue C M Y K H S L
Decimal 132 122 157 0.16 0.22 0 0.38 257.14 0.15 0.55
Hex 84 7A 9D 10 16 0 26 101 F 37
Octal 204 172 235 20 26 0 46 401 17 67
Binary 10000100 1111010 10011101 10000 10110 0 100110 100000001 1111 110111

Color Harmonies of #847A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847A9D

Black with #847A9D

Text Example


Text Example

White with #847A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,122,157); }

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

background-color css

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

 a { background-color: rgb(132,122,157); }

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

border-color css

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

 span { border-color: rgb(132,122,157); }

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