Html Css Color HEX #847AAA Deluge

📋 copy color: '#847AAA'

red 132 ◦ green 122 ◦ blue 170

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

Shades of Deluge #847AAA

Tints of Deluge #847AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.77%

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

R = 31.13%
G = 28.77%
B = 40.09%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#847AAA (or 0x847AAA) is known color: Deluge. HEX triplet: 84, 7A and AA. RGB value is (132,122,170). Sum of RGB (Red+Green+Blue) = 132+122+170=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #847AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847AAA is #7B8555. Grayscale: #828282. Windows color (decimal): -8095062 or 11172484. OLE color: 11172484.

HSL color Cylindrical-coordinate representation of color #847AAA: hue angle of 252.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #847AAA is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 122 170 -
CMYK 0.22 0.28 0 0.33
HSL 252.5º 0.22% 0.57% -
HSV(B) 252.5º 0.28% 0.67% -
XYZ 23.73 21.73 40.97 -
YUV 130.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 132 122 170 0.22 0.28 0 0.33 252.5 0.22 0.57
Hex 84 7A AA 16 1C 0 21 FD 16 39
Octal 204 172 252 26 34 0 41 375 26 71
Binary 10000100 1111010 10101010 10110 11100 0 100001 11111101 10110 111001

Color Harmonies of #847AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847AAA

Black with #847AAA

Text Example


Text Example

White with #847AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847AAA; }

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

 H1.HeaderClassName
 {
   color: #847AAA;
 }
 .AnyTagClassName
 {
   color: #847AAA;
 }
</style>

background-color css

<style>
 a { background-color: #847AAA; }

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

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

border-color css

<style>
 span { border-color: #847AAA; }

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

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