Html Css Color HEX #89799C Deluge

📋 copy color: '#89799C'

red 137 ◦ green 121 ◦ blue 156

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

Shades of Deluge #89799C

Tints of Deluge #89799C

RGB

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

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

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

R = 33.09%
G = 29.23%
B = 37.68%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89799C (or 0x89799C) is known color: Deluge. HEX triplet: 89, 79 and 9C. RGB value is (137,121,156). Sum of RGB (Red+Green+Blue) = 137+121+156=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 156 - color contains mainly: blue. Hex color #89799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89799C is #768663. Grayscale: #818181. Windows color (decimal): -7767652 or 10254729. OLE color: 10254729.

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

Color convert

RGB 137 121 156 -
CMYK 0.12 0.22 0 0.39
HSL 267.43º 0.15% 0.54% -
HSV(B) 267.43º 0.22% 0.61% -
XYZ 23.15 21.39 34.36 -
YUV 129.77 142.8 133.15 -
System Red Green Blue C M Y K H S L
Decimal 137 121 156 0.12 0.22 0 0.39 267.43 0.15 0.54
Hex 89 79 9C C 16 0 27 10B F 36
Octal 211 171 234 14 26 0 47 413 17 66
Binary 10001001 1111001 10011100 1100 10110 0 100111 100001011 1111 110110

Color Harmonies of #89799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89799C

Black with #89799C

Text Example


Text Example

White with #89799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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