Html Css Color HEX #898399 Deluge

📋 copy color: '#898399'

red 137 ◦ green 131 ◦ blue 153

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

Shades of Deluge #898399

Tints of Deluge #898399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.34%

R = 32.54%
G = 31.12%
B = 36.34%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#898399 (or 0x898399) is known color: Deluge. HEX triplet: 89, 83 and 99. RGB value is (137,131,153). Sum of RGB (Red+Green+Blue) = 137+131+153=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: blue. Hex color #898399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898399 is #767C66. Grayscale: #878787. Windows color (decimal): -7765095 or 10060681. OLE color: 10060681.

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

Color convert

RGB 137 131 153 -
CMYK 0.10 0.14 0 0.4
HSL 256.36º 0.1% 0.56% -
HSV(B) 256.36º 0.14% 0.6% -
XYZ 24.18 23.85 33.47 -
YUV 135.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 137 131 153 0.10 0.14 0 0.4 256.36 0.1 0.56
Hex 89 83 99 A E 0 28 100 A 38
Octal 211 203 231 12 16 0 50 400 12 70
Binary 10001001 10000011 10011001 1010 1110 0 101000 100000000 1010 111000

Color Harmonies of #898399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898399

Black with #898399

Text Example


Text Example

White with #898399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898399; }

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

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

background-color css

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

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

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

border-color css

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

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

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