Html Css Color HEX #847499 Deluge

📋 copy color: '#847499'

red 132 ◦ green 116 ◦ blue 153

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

Shades of Deluge #847499

Tints of Deluge #847499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.93%

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

R = 32.92%
G = 28.93%
B = 38.15%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#847499 (or 0x847499) is known color: Deluge. HEX triplet: 84, 74 and 99. RGB value is (132,116,153). Sum of RGB (Red+Green+Blue) = 132+116+153=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #847499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847499 is #7B8B66. Grayscale: #7C7C7C. Windows color (decimal): -8096615 or 10056836. OLE color: 10056836.

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

Color convert

RGB 132 116 153 -
CMYK 0.14 0.24 0 0.4
HSL 265.95º 0.15% 0.53% -
HSV(B) 265.95º 0.24% 0.6% -
XYZ 21.51 19.7 32.81 -
YUV 125 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 132 116 153 0.14 0.24 0 0.4 265.95 0.15 0.53
Hex 84 74 99 E 18 0 28 10A F 35
Octal 204 164 231 16 30 0 50 412 17 65
Binary 10000100 1110100 10011001 1110 11000 0 101000 100001010 1111 110101

Color Harmonies of #847499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847499

Black with #847499

Text Example


Text Example

White with #847499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847499; }

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

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

background-color css

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

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

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

border-color css

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

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

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