Html Css Color HEX #8474AA Deluge

📋 copy color: '#8474AA'

red 132 ◦ green 116 ◦ blue 170

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

Shades of Deluge #8474AA

Tints of Deluge #8474AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.75%

 BLUE value IS 170 (66.8% from 255) = 40.67%

R = 31.58%
G = 27.75%
B = 40.67%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8474AA (or 0x8474AA) is known color: Deluge. HEX triplet: 84, 74 and AA. RGB value is (132,116,170). Sum of RGB (Red+Green+Blue) = 132+116+170=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #8474AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8474AA is #7B8B55. Grayscale: #7E7E7E. Windows color (decimal): -8096598 or 11170948. OLE color: 11170948.

HSL color Cylindrical-coordinate representation of color #8474AA: hue angle of 257.78º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8474AA is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 116 170 -
CMYK 0.22 0.32 0 0.33
HSL 257.78º 0.24% 0.56% -
HSV(B) 257.78º 0.32% 0.67% -
XYZ 23.02 20.3 40.74 -
YUV 126.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 132 116 170 0.22 0.32 0 0.33 257.78 0.24 0.56
Hex 84 74 AA 16 20 0 21 102 18 38
Octal 204 164 252 26 40 0 41 402 30 70
Binary 10000100 1110100 10101010 10110 100000 0 100001 100000010 11000 111000

Color Harmonies of #8474AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8474AA

Black with #8474AA

Text Example


Text Example

White with #8474AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8474AA; }

 p { color: rgb(132,116,170); }

 H1.HeaderClassName
 {
   color: #8474AA;
 }
 .AnyTagClassName
 {
   color: #8474AA;
 }
</style>

background-color css

<style>
 a { background-color: #8474AA; }

 a { background-color: rgb(132,116,170); }

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

border-color css

<style>
 span { border-color: #8474AA; }

 span { border-color: rgb(132,116,170); }

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