Html Css Color HEX #89809B Deluge

📋 copy color: '#89809B'

red 137 ◦ green 128 ◦ blue 155

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

Shades of Deluge #89809B

Tints of Deluge #89809B

RGB

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

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

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

R = 32.62%
G = 30.48%
B = 36.9%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89809B (or 0x89809B) is known color: Deluge. HEX triplet: 89, 80 and 9B. RGB value is (137,128,155). Sum of RGB (Red+Green+Blue) = 137+128+155=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #89809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89809B is #767F64. Grayscale: #858585. Windows color (decimal): -7765861 or 10190985. OLE color: 10190985.

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

Color convert

RGB 137 128 155 -
CMYK 0.12 0.17 0 0.39
HSL 260º 0.12% 0.55% -
HSV(B) 260º 0.17% 0.61% -
XYZ 23.95 23.12 34.21 -
YUV 133.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 137 128 155 0.12 0.17 0 0.39 260 0.12 0.55
Hex 89 80 9B C 11 0 27 104 C 37
Octal 211 200 233 14 21 0 47 404 14 67
Binary 10001001 10000000 10011011 1100 10001 0 100111 100000100 1100 110111

Color Harmonies of #89809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89809B

Black with #89809B

Text Example


Text Example

White with #89809B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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