Html Css Color HEX #8C829F Deluge

📋 copy color: '#8C829F'

red 140 ◦ green 130 ◦ blue 159

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

Shades of Deluge #8C829F

Tints of Deluge #8C829F

RGB

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

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

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

R = 32.63%
G = 30.3%
B = 37.06%

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

#8C829F (or 0x8C829F) is known color: Deluge. HEX triplet: 8C, 82 and 9F. RGB value is (140,130,159). Sum of RGB (Red+Green+Blue) = 140+130+159=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C829F is #737D60. Grayscale: #888888. Windows color (decimal): -7568737 or 10453644. OLE color: 10453644.

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

Color convert

RGB 140 130 159 -
CMYK 0.12 0.18 0 0.38
HSL 260.69º 0.13% 0.57% -
HSV(B) 260.69º 0.18% 0.62% -
XYZ 25.06 24.04 36.12 -
YUV 136.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 140 130 159 0.12 0.18 0 0.38 260.69 0.13 0.57
Hex 8C 82 9F C 12 0 26 105 D 39
Octal 214 202 237 14 22 0 46 405 15 71
Binary 10001100 10000010 10011111 1100 10010 0 100110 100000101 1101 111001

Color Harmonies of #8C829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C829F

Black with #8C829F

Text Example


Text Example

White with #8C829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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