Html Css Color HEX #89799F Deluge

📋 copy color: '#89799F'

red 137 ◦ green 121 ◦ blue 159

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

Shades of Deluge #89799F

Tints of Deluge #89799F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.02%

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

R = 32.85%
G = 29.02%
B = 38.13%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89799F (or 0x89799F) is known color: Deluge. HEX triplet: 89, 79 and 9F. RGB value is (137,121,159). Sum of RGB (Red+Green+Blue) = 137+121+159=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #89799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89799F is #768660. Grayscale: #818181. Windows color (decimal): -7767649 or 10451337. OLE color: 10451337.

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

Color convert

RGB 137 121 159 -
CMYK 0.14 0.24 0 0.38
HSL 265.26º 0.17% 0.55% -
HSV(B) 265.26º 0.24% 0.62% -
XYZ 23.41 21.5 35.72 -
YUV 130.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 137 121 159 0.14 0.24 0 0.38 265.26 0.17 0.55
Hex 89 79 9F E 18 0 26 109 11 37
Octal 211 171 237 16 30 0 46 411 21 67
Binary 10001001 1111001 10011111 1110 11000 0 100110 100001001 10001 110111

Color Harmonies of #89799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89799F

Black with #89799F

Text Example


Text Example

White with #89799F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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