Html Css Color HEX #847899 Deluge

📋 copy color: '#847899'

red 132 ◦ green 120 ◦ blue 153

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

Shades of Deluge #847899

Tints of Deluge #847899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.63%

 BLUE value IS 153 (60.16% from 255) = 37.78%

R = 32.59%
G = 29.63%
B = 37.78%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#847899 (or 0x847899) is known color: Deluge. HEX triplet: 84, 78 and 99. RGB value is (132,120,153). Sum of RGB (Red+Green+Blue) = 132+120+153=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #847899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847899 is #7B8766. Grayscale: #7F7F7F. Windows color (decimal): -8095591 or 10057860. OLE color: 10057860.

HSL color Cylindrical-coordinate representation of color #847899: hue angle of 261.82º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #847899 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 120 153 -
CMYK 0.14 0.22 0 0.4
HSL 261.82º 0.14% 0.54% -
HSV(B) 261.82º 0.22% 0.6% -
XYZ 21.98 20.64 32.96 -
YUV 127.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 132 120 153 0.14 0.22 0 0.4 261.82 0.14 0.54
Hex 84 78 99 E 16 0 28 106 E 36
Octal 204 170 231 16 26 0 50 406 16 66
Binary 10000100 1111000 10011001 1110 10110 0 101000 100000110 1110 110110

Color Harmonies of #847899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847899

Black with #847899

Text Example


Text Example

White with #847899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847899; }

 p { color: rgb(132,120,153); }

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

background-color css

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

 a { background-color: rgb(132,120,153); }

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

border-color css

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

 span { border-color: rgb(132,120,153); }

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