Html Css Color HEX #8C839F Deluge

📋 copy color: '#8C839F'

red 140 ◦ green 131 ◦ blue 159

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

Shades of Deluge #8C839F

Tints of Deluge #8C839F

RGB

 RED value IS 140 (55.08% from 255) = 32.56%

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

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

R = 32.56%
G = 30.47%
B = 36.98%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C839F (or 0x8C839F) is known color: Deluge. HEX triplet: 8C, 83 and 9F. RGB value is (140,131,159). Sum of RGB (Red+Green+Blue) = 140+131+159=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C839F is #737C60. Grayscale: #888888. Windows color (decimal): -7568481 or 10453900. OLE color: 10453900.

HSL color Cylindrical-coordinate representation of color #8C839F: hue angle of 259.29º 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 #8C839F is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 131 159 -
CMYK 0.12 0.18 0 0.38
HSL 259.29º 0.13% 0.57% -
HSV(B) 259.29º 0.18% 0.62% -
XYZ 25.19 24.31 36.17 -
YUV 136.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 140 131 159 0.12 0.18 0 0.38 259.29 0.13 0.57
Hex 8C 83 9F C 12 0 26 103 D 39
Octal 214 203 237 14 22 0 46 403 15 71
Binary 10001100 10000011 10011111 1100 10010 0 100110 100000011 1101 111001

Color Harmonies of #8C839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C839F

Black with #8C839F

Text Example


Text Example

White with #8C839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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