Html Css Color HEX #8D7EAC Deluge

📋 copy color: '#8D7EAC'

red 141 ◦ green 126 ◦ blue 172

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

Shades of Deluge #8D7EAC

Tints of Deluge #8D7EAC

RGB

 RED value IS 141 (55.47% from 255) = 32.12%

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

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

R = 32.12%
G = 28.7%
B = 39.18%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D7EAC (or 0x8D7EAC) is known color: Deluge. HEX triplet: 8D, 7E and AC. RGB value is (141,126,172). Sum of RGB (Red+Green+Blue) = 141+126+172=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D7EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7EAC is #728153. Grayscale: #878787. Windows color (decimal): -7504212 or 11304589. OLE color: 11304589.

HSL color Cylindrical-coordinate representation of color #8D7EAC: hue angle of 259.57º 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 #8D7EAC is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 126 172 -
CMYK 0.18 0.27 0 0.33
HSL 259.57º 0.22% 0.58% -
HSV(B) 259.57º 0.27% 0.67% -
XYZ 25.89 23.56 42.21 -
YUV 135.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 141 126 172 0.18 0.27 0 0.33 259.57 0.22 0.58
Hex 8D 7E AC 12 1B 0 21 104 16 3A
Octal 215 176 254 22 33 0 41 404 26 72
Binary 10001101 1111110 10101100 10010 11011 0 100001 100000100 10110 111010

Color Harmonies of #8D7EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7EAC

Black with #8D7EAC

Text Example


Text Example

White with #8D7EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D7EAC; }

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

 H1.HeaderClassName
 {
   color: #8D7EAC;
 }
 .AnyTagClassName
 {
   color: #8D7EAC;
 }
</style>

background-color css

<style>
 a { background-color: #8D7EAC; }

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

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

border-color css

<style>
 span { border-color: #8D7EAC; }

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

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