Html Css Color HEX #8A829B Deluge

📋 copy color: '#8A829B'

red 138 ◦ green 130 ◦ blue 155

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

Shades of Deluge #8A829B

Tints of Deluge #8A829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.64%

R = 32.62%
G = 30.73%
B = 36.64%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A829B (or 0x8A829B) is known color: Deluge. HEX triplet: 8A, 82 and 9B. RGB value is (138,130,155). Sum of RGB (Red+Green+Blue) = 138+130+155=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A829B is #757D64. Grayscale: #878787. Windows color (decimal): -7699813 or 10191498. OLE color: 10191498.

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

Color convert

RGB 138 130 155 -
CMYK 0.11 0.16 0 0.39
HSL 259.2º 0.11% 0.56% -
HSV(B) 259.2º 0.16% 0.61% -
XYZ 24.38 23.74 34.31 -
YUV 135.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 138 130 155 0.11 0.16 0 0.39 259.2 0.11 0.56
Hex 8A 82 9B B 10 0 27 103 B 38
Octal 212 202 233 13 20 0 47 403 13 70
Binary 10001010 10000010 10011011 1011 10000 0 100111 100000011 1011 111000

Color Harmonies of #8A829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A829B

Black with #8A829B

Text Example


Text Example

White with #8A829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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