Html Css Color HEX #898398 Deluge

📋 copy color: '#898398'

red 137 ◦ green 131 ◦ blue 152

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

Shades of Deluge #898398

Tints of Deluge #898398

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.19%

 BLUE value IS 152 (59.77% from 255) = 36.19%

R = 32.62%
G = 31.19%
B = 36.19%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#898398 (or 0x898398) is known color: Deluge. HEX triplet: 89, 83 and 98. RGB value is (137,131,152). Sum of RGB (Red+Green+Blue) = 137+131+152=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 152 - color contains mainly: blue. Hex color #898398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898398 is #767C67. Grayscale: #878787. Windows color (decimal): -7765096 or 9995145. OLE color: 9995145.

HSL color Cylindrical-coordinate representation of color #898398: hue angle of 257.14º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #898398 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 131 152 -
CMYK 0.10 0.14 0 0.40
HSL 257.14º 0.09% 0.55% -
HSV(B) 257.14º 0.14% 0.6% -
XYZ 24.1 23.82 33.03 -
YUV 135.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 137 131 152 0.10 0.14 0 0.40 257.14 0.09 0.55
Hex 89 83 98 A E 0 28 101 9 37
Octal 211 203 230 12 16 0 50 401 11 67
Binary 10001001 10000011 10011000 1010 1110 0 101000 100000001 1001 110111

Color Harmonies of #898398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898398

Black with #898398

Text Example


Text Example

White with #898398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898398; }

 p { color: rgb(137,131,152); }

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

background-color css

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

 a { background-color: rgb(137,131,152); }

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

border-color css

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

 span { border-color: rgb(137,131,152); }

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