Html Css Color HEX #847DAE Deluge

📋 copy color: '#847DAE'

red 132 ◦ green 125 ◦ blue 174

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

Shades of Deluge #847DAE

Tints of Deluge #847DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.37%

R = 30.63%
G = 29%
B = 40.37%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#847DAE (or 0x847DAE) is known color: Deluge. HEX triplet: 84, 7D and AE. RGB value is (132,125,174). Sum of RGB (Red+Green+Blue) = 132+125+174=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #847DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847DAE is #7B8251. Grayscale: #848484. Windows color (decimal): -8094290 or 11435396. OLE color: 11435396.

HSL color Cylindrical-coordinate representation of color #847DAE: hue angle of 248.57º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #847DAE is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 125 174 -
CMYK 0.24 0.28 0 0.32
HSL 248.57º 0.23% 0.59% -
HSV(B) 248.57º 0.28% 0.68% -
XYZ 24.49 22.63 43.12 -
YUV 132.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 132 125 174 0.24 0.28 0 0.32 248.57 0.23 0.59
Hex 84 7D AE 18 1C 0 20 F9 17 3B
Octal 204 175 256 30 34 0 40 371 27 73
Binary 10000100 1111101 10101110 11000 11100 0 100000 11111001 10111 111011

Color Harmonies of #847DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847DAE

Black with #847DAE

Text Example


Text Example

White with #847DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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