Html Css Color HEX #89809F Deluge

📋 copy color: '#89809F'

red 137 ◦ green 128 ◦ blue 159

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

Shades of Deluge #89809F

Tints of Deluge #89809F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.19%

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

R = 32.31%
G = 30.19%
B = 37.5%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89809F (or 0x89809F) is known color: Deluge. HEX triplet: 89, 80 and 9F. RGB value is (137,128,159). Sum of RGB (Red+Green+Blue) = 137+128+159=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #89809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89809F is #767F60. Grayscale: #868686. Windows color (decimal): -7765857 or 10453129. OLE color: 10453129.

HSL color Cylindrical-coordinate representation of color #89809F: hue angle of 257.42º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89809F is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 128 159 -
CMYK 0.14 0.19 0 0.38
HSL 257.42º 0.14% 0.56% -
HSV(B) 257.42º 0.19% 0.62% -
XYZ 24.29 23.26 36.01 -
YUV 134.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 137 128 159 0.14 0.19 0 0.38 257.42 0.14 0.56
Hex 89 80 9F E 13 0 26 101 E 38
Octal 211 200 237 16 23 0 46 401 16 70
Binary 10001001 10000000 10011111 1110 10011 0 100110 100000001 1110 111000

Color Harmonies of #89809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89809F

Black with #89809F

Text Example


Text Example

White with #89809F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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