Html Css Color HEX #8D839F Deluge

📋 copy color: '#8D839F'

red 141 ◦ green 131 ◦ blue 159

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

Shades of Deluge #8D839F

Tints of Deluge #8D839F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.89%

R = 32.71%
G = 30.39%
B = 36.89%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8D839F (or 0x8D839F) is known color: Deluge. HEX triplet: 8D, 83 and 9F. RGB value is (141,131,159). Sum of RGB (Red+Green+Blue) = 141+131+159=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D839F is #727C60. Grayscale: #898989. Windows color (decimal): -7502945 or 10453901. OLE color: 10453901.

HSL color Cylindrical-coordinate representation of color #8D839F: hue angle of 261.43º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D839F is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 141 131 159 -
CMYK 0.11 0.18 0 0.38
HSL 261.43º 0.13% 0.57% -
HSV(B) 261.43º 0.18% 0.62% -
XYZ 25.36 24.4 36.17 -
YUV 137.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 141 131 159 0.11 0.18 0 0.38 261.43 0.13 0.57
Hex 8D 83 9F B 12 0 26 105 D 39
Octal 215 203 237 13 22 0 46 405 15 71
Binary 10001101 10000011 10011111 1011 10010 0 100110 100000101 1101 111001

Color Harmonies of #8D839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D839F

Black with #8D839F

Text Example


Text Example

White with #8D839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,131,159); }

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

background-color css

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

 a { background-color: rgb(141,131,159); }

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

border-color css

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

 span { border-color: rgb(141,131,159); }

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