Html Css Color HEX #8D82A2 Deluge

📋 copy color: '#8D82A2'

red 141 ◦ green 130 ◦ blue 162

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

Shades of Deluge #8D82A2

Tints of Deluge #8D82A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.41%

R = 32.56%
G = 30.02%
B = 37.41%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8D82A2 (or 0x8D82A2) is known color: Deluge. HEX triplet: 8D, 82 and A2. RGB value is (141,130,162). Sum of RGB (Red+Green+Blue) = 141+130+162=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 162 - color contains mainly: blue. Hex color #8D82A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D82A2 is #727D5D. Grayscale: #888888. Windows color (decimal): -7503198 or 10650253. OLE color: 10650253.

HSL color Cylindrical-coordinate representation of color #8D82A2: hue angle of 260.62º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D82A2 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 141 130 162 -
CMYK 0.13 0.20 0 0.36
HSL 260.63º 0.15% 0.57% -
HSV(B) 260.63º 0.2% 0.64% -
XYZ 25.49 24.24 37.52 -
YUV 136.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 141 130 162 0.13 0.20 0 0.36 260.63 0.15 0.57
Hex 8D 82 A2 D 14 0 24 105 F 39
Octal 215 202 242 15 24 0 44 405 17 71
Binary 10001101 10000010 10100010 1101 10100 0 100100 100000101 1111 111001

Color Harmonies of #8D82A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D82A2

Black with #8D82A2

Text Example


Text Example

White with #8D82A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,130,162); }

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

background-color css

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

 a { background-color: rgb(141,130,162); }

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

border-color css

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

 span { border-color: rgb(141,130,162); }

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