Html Css Color HEX #8C809D Deluge

📋 copy color: '#8C809D'

red 140 ◦ green 128 ◦ blue 157

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

Shades of Deluge #8C809D

Tints of Deluge #8C809D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.12%

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

R = 32.94%
G = 30.12%
B = 36.94%

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

#8C809D (or 0x8C809D) is known color: Deluge. HEX triplet: 8C, 80 and 9D. RGB value is (140,128,157). Sum of RGB (Red+Green+Blue) = 140+128+157=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C809D is #737F62. Grayscale: #868686. Windows color (decimal): -7569251 or 10322060. OLE color: 10322060.

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

Color convert

RGB 140 128 157 -
CMYK 0.11 0.18 0 0.38
HSL 264.83º 0.13% 0.56% -
HSV(B) 264.83º 0.18% 0.62% -
XYZ 24.62 23.45 35.13 -
YUV 134.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 140 128 157 0.11 0.18 0 0.38 264.83 0.13 0.56
Hex 8C 80 9D B 12 0 26 109 D 38
Octal 214 200 235 13 22 0 46 411 15 70
Binary 10001100 10000000 10011101 1011 10010 0 100110 100001001 1101 111000

Color Harmonies of #8C809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C809D

Black with #8C809D

Text Example


Text Example

White with #8C809D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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