Html Css Color HEX #84809B Deluge

📋 copy color: '#84809B'

red 132 ◦ green 128 ◦ blue 155

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

Shades of Deluge #84809B

Tints of Deluge #84809B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.84%

 BLUE value IS 155 (60.94% from 255) = 37.35%

R = 31.81%
G = 30.84%
B = 37.35%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84809B (or 0x84809B) is known color: Deluge. HEX triplet: 84, 80 and 9B. RGB value is (132,128,155). Sum of RGB (Red+Green+Blue) = 132+128+155=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #84809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84809B is #7B7F64. Grayscale: #848484. Windows color (decimal): -8093541 or 10190980. OLE color: 10190980.

HSL color Cylindrical-coordinate representation of color #84809B: hue angle of 248.89º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84809B is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 128 155 -
CMYK 0.15 0.17 0 0.39
HSL 248.89º 0.12% 0.55% -
HSV(B) 248.89º 0.17% 0.61% -
XYZ 23.15 22.71 34.17 -
YUV 132.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 132 128 155 0.15 0.17 0 0.39 248.89 0.12 0.55
Hex 84 80 9B F 11 0 27 F9 C 37
Octal 204 200 233 17 21 0 47 371 14 67
Binary 10000100 10000000 10011011 1111 10001 0 100111 11111001 1100 110111

Color Harmonies of #84809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84809B

Black with #84809B

Text Example


Text Example

White with #84809B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84809B; }

 p { color: rgb(132,128,155); }

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

background-color css

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

 a { background-color: rgb(132,128,155); }

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

border-color css

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

 span { border-color: rgb(132,128,155); }

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