Html Css Color HEX #89829F Deluge

📋 copy color: '#89829F'

red 137 ◦ green 130 ◦ blue 159

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

Shades of Deluge #89829F

Tints of Deluge #89829F

RGB

 RED value IS 137 (53.91% from 255) = 32.16%

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

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

R = 32.16%
G = 30.52%
B = 37.32%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89829F (or 0x89829F) is known color: Deluge. HEX triplet: 89, 82 and 9F. RGB value is (137,130,159). Sum of RGB (Red+Green+Blue) = 137+130+159=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 159 - color contains mainly: blue. Hex color #89829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89829F is #767D60. Grayscale: #878787. Windows color (decimal): -7765345 or 10453641. OLE color: 10453641.

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

Color convert

RGB 137 130 159 -
CMYK 0.14 0.18 0 0.38
HSL 254.48º 0.13% 0.57% -
HSV(B) 254.48º 0.18% 0.62% -
XYZ 24.56 23.79 36.1 -
YUV 135.4 141.32 129.14 -
System Red Green Blue C M Y K H S L
Decimal 137 130 159 0.14 0.18 0 0.38 254.48 0.13 0.57
Hex 89 82 9F E 12 0 26 FE D 39
Octal 211 202 237 16 22 0 46 376 15 71
Binary 10001001 10000010 10011111 1110 10010 0 100110 11111110 1101 111001

Color Harmonies of #89829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89829F

Black with #89829F

Text Example


Text Example

White with #89829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89829F; }

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

 H1.HeaderClassName
 {
   color: #89829F;
 }
 .AnyTagClassName
 {
   color: #89829F;
 }
</style>

background-color css

<style>
 a { background-color: #89829F; }

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

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

border-color css

<style>
 span { border-color: #89829F; }

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

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