Html Css Color HEX #8E82AD Deluge

📋 copy color: '#8E82AD'

red 142 ◦ green 130 ◦ blue 173

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

Shades of Deluge #8E82AD

Tints of Deluge #8E82AD

RGB

 RED value IS 142 (55.86% from 255) = 31.91%

 GREEN value IS 130 (51.17% from 255) = 29.21%

 BLUE value IS 173 (67.97% from 255) = 38.88%

R = 31.91%
G = 29.21%
B = 38.88%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8E82AD (or 0x8E82AD) is known color: Deluge. HEX triplet: 8E, 82 and AD. RGB value is (142,130,173). Sum of RGB (Red+Green+Blue) = 142+130+173=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E82AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E82AD is #717D52. Grayscale: #8A8A8A. Windows color (decimal): -7437651 or 11371150. OLE color: 11371150.

HSL color Cylindrical-coordinate representation of color #8E82AD: hue angle of 256.74º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E82AD is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 130 173 -
CMYK 0.18 0.25 0 0.32
HSL 256.74º 0.21% 0.59% -
HSV(B) 256.74º 0.25% 0.68% -
XYZ 26.68 24.73 42.9 -
YUV 138.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 142 130 173 0.18 0.25 0 0.32 256.74 0.21 0.59
Hex 8E 82 AD 12 19 0 20 101 15 3B
Octal 216 202 255 22 31 0 40 401 25 73
Binary 10001110 10000010 10101101 10010 11001 0 100000 100000001 10101 111011

Color Harmonies of #8E82AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E82AD

Black with #8E82AD

Text Example


Text Example

White with #8E82AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,130,173); }

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

background-color css

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

 a { background-color: rgb(142,130,173); }

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

border-color css

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

 span { border-color: rgb(142,130,173); }

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