Html Css Color HEX #8A829C Deluge

📋 copy color: '#8A829C'

red 138 ◦ green 130 ◦ blue 156

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

Shades of Deluge #8A829C

Tints of Deluge #8A829C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.79%

R = 32.55%
G = 30.66%
B = 36.79%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A829C (or 0x8A829C) is known color: Deluge. HEX triplet: 8A, 82 and 9C. RGB value is (138,130,156). Sum of RGB (Red+Green+Blue) = 138+130+156=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A829C is #757D63. Grayscale: #878787. Windows color (decimal): -7699812 or 10257034. OLE color: 10257034.

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

Color convert

RGB 138 130 156 -
CMYK 0.12 0.17 0 0.39
HSL 258.46º 0.12% 0.56% -
HSV(B) 258.46º 0.17% 0.61% -
XYZ 24.46 23.77 34.75 -
YUV 135.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 138 130 156 0.12 0.17 0 0.39 258.46 0.12 0.56
Hex 8A 82 9C C 11 0 27 102 C 38
Octal 212 202 234 14 21 0 47 402 14 70
Binary 10001010 10000010 10011100 1100 10001 0 100111 100000010 1100 111000

Color Harmonies of #8A829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A829C

Black with #8A829C

Text Example


Text Example

White with #8A829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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