Html Css Color HEX #8B829D Deluge

📋 copy color: '#8B829D'

red 139 ◦ green 130 ◦ blue 157

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

Shades of Deluge #8B829D

Tints of Deluge #8B829D

RGB

 RED value IS 139 (54.69% from 255) = 32.63%

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

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

R = 32.63%
G = 30.52%
B = 36.85%

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

#8B829D (or 0x8B829D) is known color: Deluge. HEX triplet: 8B, 82 and 9D. RGB value is (139,130,157). Sum of RGB (Red+Green+Blue) = 139+130+157=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B829D is #747D62. Grayscale: #878787. Windows color (decimal): -7634275 or 10322571. OLE color: 10322571.

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

Color convert

RGB 139 130 157 -
CMYK 0.11 0.17 0 0.38
HSL 260º 0.12% 0.56% -
HSV(B) 260º 0.17% 0.62% -
XYZ 24.72 23.89 35.21 -
YUV 135.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 139 130 157 0.11 0.17 0 0.38 260 0.12 0.56
Hex 8B 82 9D B 11 0 26 104 C 38
Octal 213 202 235 13 21 0 46 404 14 70
Binary 10001011 10000010 10011101 1011 10001 0 100110 100000100 1100 111000

Color Harmonies of #8B829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B829D

Black with #8B829D

Text Example


Text Example

White with #8B829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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