Html Css Color HEX #8A829F Deluge

📋 copy color: '#8A829F'

red 138 ◦ green 130 ◦ blue 159

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

Shades of Deluge #8A829F

Tints of Deluge #8A829F

RGB

 RED value IS 138 (54.3% from 255) = 32.32%

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

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

R = 32.32%
G = 30.44%
B = 37.24%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A829F (or 0x8A829F) is known color: Deluge. HEX triplet: 8A, 82 and 9F. RGB value is (138,130,159). Sum of RGB (Red+Green+Blue) = 138+130+159=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A829F is #757D60. Grayscale: #878787. Windows color (decimal): -7699809 or 10453642. OLE color: 10453642.

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

Color convert

RGB 138 130 159 -
CMYK 0.13 0.18 0 0.38
HSL 256.55º 0.13% 0.57% -
HSV(B) 256.55º 0.18% 0.62% -
XYZ 24.72 23.87 36.11 -
YUV 135.7 141.15 129.64 -
System Red Green Blue C M Y K H S L
Decimal 138 130 159 0.13 0.18 0 0.38 256.55 0.13 0.57
Hex 8A 82 9F D 12 0 26 101 D 39
Octal 212 202 237 15 22 0 46 401 15 71
Binary 10001010 10000010 10011111 1101 10010 0 100110 100000001 1101 111001

Color Harmonies of #8A829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A829F

Black with #8A829F

Text Example


Text Example

White with #8A829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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