Html Css Color HEX #8A829D Deluge

📋 copy color: '#8A829D'

red 138 ◦ green 130 ◦ blue 157

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

Shades of Deluge #8A829D

Tints of Deluge #8A829D

RGB

 RED value IS 138 (54.3% from 255) = 32.47%

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

 BLUE value IS 157 (61.72% from 255) = 36.94%

R = 32.47%
G = 30.59%
B = 36.94%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A829D (or 0x8A829D) is known color: Deluge. HEX triplet: 8A, 82 and 9D. RGB value is (138,130,157). Sum of RGB (Red+Green+Blue) = 138+130+157=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A829D is #757D62. Grayscale: #878787. Windows color (decimal): -7699811 or 10322570. OLE color: 10322570.

HSL color Cylindrical-coordinate representation of color #8A829D: hue angle of 257.78º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A829D is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 130 157 -
CMYK 0.12 0.17 0 0.38
HSL 257.78º 0.12% 0.56% -
HSV(B) 257.78º 0.17% 0.62% -
XYZ 24.55 23.8 35.2 -
YUV 135.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 138 130 157 0.12 0.17 0 0.38 257.78 0.12 0.56
Hex 8A 82 9D C 11 0 26 102 C 38
Octal 212 202 235 14 21 0 46 402 14 70
Binary 10001010 10000010 10011101 1100 10001 0 100110 100000010 1100 111000

Color Harmonies of #8A829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A829D

Black with #8A829D

Text Example


Text Example

White with #8A829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,130,157); }

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

background-color css

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

 a { background-color: rgb(138,130,157); }

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

border-color css

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

 span { border-color: rgb(138,130,157); }

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