Html Css Color HEX #847EAC Deluge

📋 copy color: '#847EAC'

red 132 ◦ green 126 ◦ blue 172

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

Shades of Deluge #847EAC

Tints of Deluge #847EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.3%

 BLUE value IS 172 (67.58% from 255) = 40%

R = 30.7%
G = 29.3%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#847EAC (or 0x847EAC) is known color: Deluge. HEX triplet: 84, 7E and AC. RGB value is (132,126,172). Sum of RGB (Red+Green+Blue) = 132+126+172=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #847EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847EAC is #7B8153. Grayscale: #848484. Windows color (decimal): -8094036 or 11304580. OLE color: 11304580.

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

Color convert

RGB 132 126 172 -
CMYK 0.23 0.27 0 0.33
HSL 247.83º 0.22% 0.58% -
HSV(B) 247.83º 0.27% 0.67% -
XYZ 24.42 22.81 42.14 -
YUV 133.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 132 126 172 0.23 0.27 0 0.33 247.83 0.22 0.58
Hex 84 7E AC 17 1B 0 21 F8 16 3A
Octal 204 176 254 27 33 0 41 370 26 72
Binary 10000100 1111110 10101100 10111 11011 0 100001 11111000 10110 111010

Color Harmonies of #847EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847EAC

Black with #847EAC

Text Example


Text Example

White with #847EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,126,172); }

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

background-color css

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

 a { background-color: rgb(132,126,172); }

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

border-color css

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

 span { border-color: rgb(132,126,172); }

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