Html Css Color HEX #84699F Deluge

📋 copy color: '#84699F'

red 132 ◦ green 105 ◦ blue 159

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

Shades of Deluge #84699F

Tints of Deluge #84699F

RGB

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

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

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

R = 33.33%
G = 26.52%
B = 40.15%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84699F (or 0x84699F) is known color: Deluge. HEX triplet: 84, 69 and 9F. RGB value is (132,105,159). Sum of RGB (Red+Green+Blue) = 132+105+159=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #84699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84699F is #7B9660. Grayscale: #777777. Windows color (decimal): -8099425 or 10447236. OLE color: 10447236.

HSL color Cylindrical-coordinate representation of color #84699F: hue angle of 270º degrees, saturation: 0.22, 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 #84699F is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 105 159 -
CMYK 0.17 0.34 0 0.38
HSL 270º 0.22% 0.52% -
HSV(B) 270º 0.34% 0.62% -
XYZ 20.83 17.51 35.08 -
YUV 119.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 132 105 159 0.17 0.34 0 0.38 270 0.22 0.52
Hex 84 69 9F 11 22 0 26 10E 16 34
Octal 204 151 237 21 42 0 46 416 26 64
Binary 10000100 1101001 10011111 10001 100010 0 100110 100001110 10110 110100

Color Harmonies of #84699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84699F

Black with #84699F

Text Example


Text Example

White with #84699F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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