Html Css Color HEX #84699D Deluge

📋 copy color: '#84699D'

red 132 ◦ green 105 ◦ blue 157

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

Shades of Deluge #84699D

Tints of Deluge #84699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.65%

 BLUE value IS 157 (61.72% from 255) = 39.85%

R = 33.5%
G = 26.65%
B = 39.85%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84699D (or 0x84699D) is known color: Deluge. HEX triplet: 84, 69 and 9D. RGB value is (132,105,157). Sum of RGB (Red+Green+Blue) = 132+105+157=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #84699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84699D is #7B9662. Grayscale: #767676. Windows color (decimal): -8099427 or 10316164. OLE color: 10316164.

HSL color Cylindrical-coordinate representation of color #84699D: hue angle of 271.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84699D is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 105 157 -
CMYK 0.16 0.33 0 0.38
HSL 271.15º 0.21% 0.51% -
HSV(B) 271.15º 0.33% 0.62% -
XYZ 20.65 17.44 34.18 -
YUV 119 149.45 137.27 -
System Red Green Blue C M Y K H S L
Decimal 132 105 157 0.16 0.33 0 0.38 271.15 0.21 0.51
Hex 84 69 9D 10 21 0 26 10F 15 33
Octal 204 151 235 20 41 0 46 417 25 63
Binary 10000100 1101001 10011101 10000 100001 0 100110 100001111 10101 110011

Color Harmonies of #84699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84699D

Black with #84699D

Text Example


Text Example

White with #84699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84699D; }

 p { color: rgb(132,105,157); }

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

background-color css

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

 a { background-color: rgb(132,105,157); }

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

border-color css

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

 span { border-color: rgb(132,105,157); }

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