Html Css Color HEX #84799F Deluge

📋 copy color: '#84799F'

red 132 ◦ green 121 ◦ blue 159

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

Shades of Deluge #84799F

Tints of Deluge #84799F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.37%

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

R = 32.04%
G = 29.37%
B = 38.59%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84799F (or 0x84799F) is known color: Deluge. HEX triplet: 84, 79 and 9F. RGB value is (132,121,159). Sum of RGB (Red+Green+Blue) = 132+121+159=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #84799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84799F is #7B8660. Grayscale: #808080. Windows color (decimal): -8095329 or 10451332. OLE color: 10451332.

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

Color convert

RGB 132 121 159 -
CMYK 0.17 0.24 0 0.38
HSL 257.37º 0.17% 0.55% -
HSV(B) 257.37º 0.24% 0.62% -
XYZ 22.61 21.08 35.68 -
YUV 128.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 132 121 159 0.17 0.24 0 0.38 257.37 0.17 0.55
Hex 84 79 9F 11 18 0 26 101 11 37
Octal 204 171 237 21 30 0 46 401 21 67
Binary 10000100 1111001 10011111 10001 11000 0 100110 100000001 10001 110111

Color Harmonies of #84799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84799F

Black with #84799F

Text Example


Text Example

White with #84799F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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