Html Css Color HEX #847AAB Deluge

📋 copy color: '#847AAB'

red 132 ◦ green 122 ◦ blue 171

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

Shades of Deluge #847AAB

Tints of Deluge #847AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 31.06%
G = 28.71%
B = 40.24%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#847AAB (or 0x847AAB) is known color: Deluge. HEX triplet: 84, 7A and AB. RGB value is (132,122,171). Sum of RGB (Red+Green+Blue) = 132+122+171=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #847AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847AAB is #7B8554. Grayscale: #828282. Windows color (decimal): -8095061 or 11238020. OLE color: 11238020.

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

Color convert

RGB 132 122 171 -
CMYK 0.23 0.29 0 0.33
HSL 252.24º 0.23% 0.57% -
HSV(B) 252.24º 0.29% 0.67% -
XYZ 23.83 21.76 41.47 -
YUV 130.58 150.81 129.02 -
System Red Green Blue C M Y K H S L
Decimal 132 122 171 0.23 0.29 0 0.33 252.24 0.23 0.57
Hex 84 7A AB 17 1D 0 21 FC 17 39
Octal 204 172 253 27 35 0 41 374 27 71
Binary 10000100 1111010 10101011 10111 11101 0 100001 11111100 10111 111001

Color Harmonies of #847AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847AAB

Black with #847AAB

Text Example


Text Example

White with #847AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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