Html Css Color HEX #847DA0 Deluge

📋 copy color: '#847DA0'

red 132 ◦ green 125 ◦ blue 160

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

Shades of Deluge #847DA0

Tints of Deluge #847DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.37%

R = 31.65%
G = 29.98%
B = 38.37%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#847DA0 (or 0x847DA0) is known color: Deluge. HEX triplet: 84, 7D and A0. RGB value is (132,125,160). Sum of RGB (Red+Green+Blue) = 132+125+160=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 160 - color contains mainly: blue. Hex color #847DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847DA0 is #7B825F. Grayscale: #828282. Windows color (decimal): -8094304 or 10517892. OLE color: 10517892.

HSL color Cylindrical-coordinate representation of color #847DA0: hue angle of 252º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #847DA0 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 132 125 160 -
CMYK 0.17 0.22 0 0.37
HSL 252º 0.16% 0.56% -
HSV(B) 252º 0.22% 0.63% -
XYZ 23.19 22.11 36.3 -
YUV 131.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 132 125 160 0.17 0.22 0 0.37 252 0.16 0.56
Hex 84 7D A0 11 16 0 25 FC 10 38
Octal 204 175 240 21 26 0 45 374 20 70
Binary 10000100 1111101 10100000 10001 10110 0 100101 11111100 10000 111000

Color Harmonies of #847DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847DA0

Black with #847DA0

Text Example


Text Example

White with #847DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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