Html Css Color HEX #8C829D Deluge

📋 copy color: '#8C829D'

red 140 ◦ green 130 ◦ blue 157

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

Shades of Deluge #8C829D

Tints of Deluge #8C829D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.77%

R = 32.79%
G = 30.44%
B = 36.77%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C829D (or 0x8C829D) is known color: Deluge. HEX triplet: 8C, 82 and 9D. RGB value is (140,130,157). Sum of RGB (Red+Green+Blue) = 140+130+157=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C829D is #737D62. Grayscale: #878787. Windows color (decimal): -7568739 or 10322572. OLE color: 10322572.

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

Color convert

RGB 140 130 157 -
CMYK 0.11 0.17 0 0.38
HSL 262.22º 0.12% 0.56% -
HSV(B) 262.22º 0.17% 0.62% -
XYZ 24.88 23.98 35.21 -
YUV 136.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 140 130 157 0.11 0.17 0 0.38 262.22 0.12 0.56
Hex 8C 82 9D B 11 0 26 106 C 38
Octal 214 202 235 13 21 0 46 406 14 70
Binary 10001100 10000010 10011101 1011 10001 0 100110 100000110 1100 111000

Color Harmonies of #8C829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C829D

Black with #8C829D

Text Example


Text Example

White with #8C829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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