Html Css Color HEX #8A839C Deluge

📋 copy color: '#8A839C'

red 138 ◦ green 131 ◦ blue 156

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

Shades of Deluge #8A839C

Tints of Deluge #8A839C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.82%

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

R = 32.47%
G = 30.82%
B = 36.71%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A839C (or 0x8A839C) is known color: Deluge. HEX triplet: 8A, 83 and 9C. RGB value is (138,131,156). Sum of RGB (Red+Green+Blue) = 138+131+156=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A839C is #757C63. Grayscale: #878787. Windows color (decimal): -7699556 or 10257290. OLE color: 10257290.

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

Color convert

RGB 138 131 156 -
CMYK 0.12 0.16 0 0.39
HSL 256.8º 0.11% 0.56% -
HSV(B) 256.8º 0.16% 0.61% -
XYZ 24.6 24.04 34.8 -
YUV 135.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 138 131 156 0.12 0.16 0 0.39 256.8 0.11 0.56
Hex 8A 83 9C C 10 0 27 101 B 38
Octal 212 203 234 14 20 0 47 401 13 70
Binary 10001010 10000011 10011100 1100 10000 0 100111 100000001 1011 111000

Color Harmonies of #8A839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A839C

Black with #8A839C

Text Example


Text Example

White with #8A839C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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