Html Css Color HEX #8B829A Deluge

📋 copy color: '#8B829A'

red 139 ◦ green 130 ◦ blue 154

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

Shades of Deluge #8B829A

Tints of Deluge #8B829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.41%

R = 32.86%
G = 30.73%
B = 36.41%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8B829A (or 0x8B829A) is known color: Deluge. HEX triplet: 8B, 82 and 9A. RGB value is (139,130,154). Sum of RGB (Red+Green+Blue) = 139+130+154=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B829A is #747D65. Grayscale: #878787. Windows color (decimal): -7634278 or 10125963. OLE color: 10125963.

HSL color Cylindrical-coordinate representation of color #8B829A: hue angle of 262.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B829A is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 139 130 154 -
CMYK 0.10 0.16 0 0.40
HSL 262.5º 0.11% 0.56% -
HSV(B) 262.5º 0.16% 0.6% -
XYZ 24.46 23.79 33.87 -
YUV 135.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 139 130 154 0.10 0.16 0 0.40 262.5 0.11 0.56
Hex 8B 82 9A A 10 0 28 106 B 38
Octal 213 202 232 12 20 0 50 406 13 70
Binary 10001011 10000010 10011010 1010 10000 0 101000 100000110 1011 111000

Color Harmonies of #8B829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B829A

Black with #8B829A

Text Example


Text Example

White with #8B829A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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