Html Css Color HEX #89779F Deluge

📋 copy color: '#89779F'

red 137 ◦ green 119 ◦ blue 159

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

Shades of Deluge #89779F

Tints of Deluge #89779F

RGB

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

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

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

R = 33.01%
G = 28.67%
B = 38.31%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89779F (or 0x89779F) is known color: Deluge. HEX triplet: 89, 77 and 9F. RGB value is (137,119,159). Sum of RGB (Red+Green+Blue) = 137+119+159=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 159 - color contains mainly: blue. Hex color #89779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89779F is #768860. Grayscale: #808080. Windows color (decimal): -7768161 or 10450825. OLE color: 10450825.

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

Color convert

RGB 137 119 159 -
CMYK 0.14 0.25 0 0.38
HSL 267º 0.17% 0.55% -
HSV(B) 267º 0.25% 0.62% -
XYZ 23.17 21.02 35.64 -
YUV 128.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 137 119 159 0.14 0.25 0 0.38 267 0.17 0.55
Hex 89 77 9F E 19 0 26 10B 11 37
Octal 211 167 237 16 31 0 46 413 21 67
Binary 10001001 1110111 10011111 1110 11001 0 100110 100001011 10001 110111

Color Harmonies of #89779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89779F

Black with #89779F

Text Example


Text Example

White with #89779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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