Html Css Color HEX #84699E Deluge

📋 copy color: '#84699E'

red 132 ◦ green 105 ◦ blue 158

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

Shades of Deluge #84699E

Tints of Deluge #84699E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40%

R = 33.42%
G = 26.58%
B = 40%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84699E (or 0x84699E) is known color: Deluge. HEX triplet: 84, 69 and 9E. RGB value is (132,105,158). Sum of RGB (Red+Green+Blue) = 132+105+158=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 158 - color contains mainly: blue. Hex color #84699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84699E is #7B9661. Grayscale: #767676. Windows color (decimal): -8099426 or 10381700. OLE color: 10381700.

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

Color convert

RGB 132 105 158 -
CMYK 0.16 0.34 0 0.38
HSL 270.57º 0.21% 0.52% -
HSV(B) 270.57º 0.34% 0.62% -
XYZ 20.74 17.48 34.63 -
YUV 119.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 132 105 158 0.16 0.34 0 0.38 270.57 0.21 0.52
Hex 84 69 9E 10 22 0 26 10F 15 34
Octal 204 151 236 20 42 0 46 417 25 64
Binary 10000100 1101001 10011110 10000 100010 0 100110 100001111 10101 110100

Color Harmonies of #84699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84699E

Black with #84699E

Text Example


Text Example

White with #84699E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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