Html Css Color HEX #84789F Deluge

📋 copy color: '#84789F'

red 132 ◦ green 120 ◦ blue 159

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

Shades of Deluge #84789F

Tints of Deluge #84789F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.69%

R = 32.12%
G = 29.2%
B = 38.69%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84789F (or 0x84789F) is known color: Deluge. HEX triplet: 84, 78 and 9F. RGB value is (132,120,159). Sum of RGB (Red+Green+Blue) = 132+120+159=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #84789F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84789F is #7B8760. Grayscale: #7F7F7F. Windows color (decimal): -8095585 or 10451076. OLE color: 10451076.

HSL color Cylindrical-coordinate representation of color #84789F: hue angle of 258.46º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84789F is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 120 159 -
CMYK 0.17 0.25 0 0.38
HSL 258.46º 0.17% 0.55% -
HSV(B) 258.46º 0.25% 0.62% -
XYZ 22.49 20.84 35.64 -
YUV 128.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 132 120 159 0.17 0.25 0 0.38 258.46 0.17 0.55
Hex 84 78 9F 11 19 0 26 102 11 37
Octal 204 170 237 21 31 0 46 402 21 67
Binary 10000100 1111000 10011111 10001 11001 0 100110 100000010 10001 110111

Color Harmonies of #84789F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84789F

Black with #84789F

Text Example


Text Example

White with #84789F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84789F; }

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

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

background-color css

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

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

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

border-color css

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

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

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