Html Css Color HEX #847AA4 Deluge

📋 copy color: '#847AA4'

red 132 ◦ green 122 ◦ blue 164

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

Shades of Deluge #847AA4

Tints of Deluge #847AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.23%

R = 31.58%
G = 29.19%
B = 39.23%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#847AA4 (or 0x847AA4) is known color: Deluge. HEX triplet: 84, 7A and A4. RGB value is (132,122,164). Sum of RGB (Red+Green+Blue) = 132+122+164=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 164 - color contains mainly: blue. Hex color #847AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847AA4 is #7B855B. Grayscale: #818181. Windows color (decimal): -8095068 or 10779268. OLE color: 10779268.

HSL color Cylindrical-coordinate representation of color #847AA4: hue angle of 254.29º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #847AA4 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 122 164 -
CMYK 0.20 0.26 0 0.36
HSL 254.29º 0.19% 0.56% -
HSV(B) 254.29º 0.26% 0.64% -
XYZ 23.18 21.5 38.05 -
YUV 129.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 132 122 164 0.20 0.26 0 0.36 254.29 0.19 0.56
Hex 84 7A A4 14 1A 0 24 FE 13 38
Octal 204 172 244 24 32 0 44 376 23 70
Binary 10000100 1111010 10100100 10100 11010 0 100100 11111110 10011 111000

Color Harmonies of #847AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847AA4

Black with #847AA4

Text Example


Text Example

White with #847AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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