Html Css Color HEX #89779D Deluge

📋 copy color: '#89779D'

red 137 ◦ green 119 ◦ blue 157

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

Shades of Deluge #89779D

Tints of Deluge #89779D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.81%

 BLUE value IS 157 (61.72% from 255) = 38.01%

R = 33.17%
G = 28.81%
B = 38.01%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89779D (or 0x89779D) is known color: Deluge. HEX triplet: 89, 77 and 9D. RGB value is (137,119,157). Sum of RGB (Red+Green+Blue) = 137+119+157=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #89779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89779D is #768862. Grayscale: #808080. Windows color (decimal): -7768163 or 10319753. OLE color: 10319753.

HSL color Cylindrical-coordinate representation of color #89779D: hue angle of 268.42º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89779D is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 119 157 -
CMYK 0.13 0.24 0 0.38
HSL 268.42º 0.16% 0.54% -
HSV(B) 268.42º 0.24% 0.62% -
XYZ 23 20.95 34.73 -
YUV 128.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 137 119 157 0.13 0.24 0 0.38 268.42 0.16 0.54
Hex 89 77 9D D 18 0 26 10C 10 36
Octal 211 167 235 15 30 0 46 414 20 66
Binary 10001001 1110111 10011101 1101 11000 0 100110 100001100 10000 110110

Color Harmonies of #89779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89779D

Black with #89779D

Text Example


Text Example

White with #89779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89779D; }

 p { color: rgb(137,119,157); }

 H1.HeaderClassName
 {
   color: #89779D;
 }
 .AnyTagClassName
 {
   color: #89779D;
 }
</style>

background-color css

<style>
 a { background-color: #89779D; }

 a { background-color: rgb(137,119,157); }

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

border-color css

<style>
 span { border-color: #89779D; }

 span { border-color: rgb(137,119,157); }

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