Html Css Color HEX #8E82AA Deluge

📋 copy color: '#8E82AA'

red 142 ◦ green 130 ◦ blue 170

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

Shades of Deluge #8E82AA

Tints of Deluge #8E82AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 32.13%
G = 29.41%
B = 38.46%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E82AA (or 0x8E82AA) is known color: Deluge. HEX triplet: 8E, 82 and AA. RGB value is (142,130,170). Sum of RGB (Red+Green+Blue) = 142+130+170=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E82AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E82AA is #717D55. Grayscale: #8A8A8A. Windows color (decimal): -7437654 or 11174542. OLE color: 11174542.

HSL color Cylindrical-coordinate representation of color #8E82AA: hue angle of 258º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E82AA is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 130 170 -
CMYK 0.16 0.24 0 0.33
HSL 258º 0.19% 0.59% -
HSV(B) 258º 0.24% 0.67% -
XYZ 26.39 24.62 41.39 -
YUV 138.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 142 130 170 0.16 0.24 0 0.33 258 0.19 0.59
Hex 8E 82 AA 10 18 0 21 102 13 3B
Octal 216 202 252 20 30 0 41 402 23 73
Binary 10001110 10000010 10101010 10000 11000 0 100001 100000010 10011 111011

Color Harmonies of #8E82AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E82AA

Black with #8E82AA

Text Example


Text Example

White with #8E82AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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