Html Css Color HEX #89809C Deluge

📋 copy color: '#89809C'

red 137 ◦ green 128 ◦ blue 156

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

Shades of Deluge #89809C

Tints of Deluge #89809C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.05%

R = 32.54%
G = 30.4%
B = 37.05%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89809C (or 0x89809C) is known color: Deluge. HEX triplet: 89, 80 and 9C. RGB value is (137,128,156). Sum of RGB (Red+Green+Blue) = 137+128+156=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 156 - color contains mainly: blue. Hex color #89809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89809C is #767F63. Grayscale: #858585. Windows color (decimal): -7765860 or 10256521. OLE color: 10256521.

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

Color convert

RGB 137 128 156 -
CMYK 0.12 0.18 0 0.39
HSL 259.29º 0.12% 0.56% -
HSV(B) 259.29º 0.18% 0.61% -
XYZ 24.04 23.16 34.66 -
YUV 133.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 137 128 156 0.12 0.18 0 0.39 259.29 0.12 0.56
Hex 89 80 9C C 12 0 27 103 C 38
Octal 211 200 234 14 22 0 47 403 14 70
Binary 10001001 10000000 10011100 1100 10010 0 100111 100000011 1100 111000

Color Harmonies of #89809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89809C

Black with #89809C

Text Example


Text Example

White with #89809C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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