Html Css Color HEX #89789C Deluge

📋 copy color: '#89789C'

red 137 ◦ green 120 ◦ blue 156

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

Shades of Deluge #89789C

Tints of Deluge #89789C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.06%

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

R = 33.17%
G = 29.06%
B = 37.77%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89789C (or 0x89789C) is known color: Deluge. HEX triplet: 89, 78 and 9C. RGB value is (137,120,156). Sum of RGB (Red+Green+Blue) = 137+120+156=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #89789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89789C is #768763. Grayscale: #818181. Windows color (decimal): -7767908 or 10254473. OLE color: 10254473.

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

Color convert

RGB 137 120 156 -
CMYK 0.12 0.23 0 0.39
HSL 268.33º 0.15% 0.54% -
HSV(B) 268.33º 0.23% 0.61% -
XYZ 23.03 21.15 34.32 -
YUV 129.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 137 120 156 0.12 0.23 0 0.39 268.33 0.15 0.54
Hex 89 78 9C C 17 0 27 10C F 36
Octal 211 170 234 14 27 0 47 414 17 66
Binary 10001001 1111000 10011100 1100 10111 0 100111 100001100 1111 110110

Color Harmonies of #89789C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89789C

Black with #89789C

Text Example


Text Example

White with #89789C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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