Html Css Color HEX #898199 Deluge

📋 copy color: '#898199'

red 137 ◦ green 129 ◦ blue 153

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

Shades of Deluge #898199

Tints of Deluge #898199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.79%

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

R = 32.7%
G = 30.79%
B = 36.52%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#898199 (or 0x898199) is known color: Deluge. HEX triplet: 89, 81 and 99. RGB value is (137,129,153). Sum of RGB (Red+Green+Blue) = 137+129+153=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: blue. Hex color #898199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898199 is #767E66. Grayscale: #868686. Windows color (decimal): -7765607 or 10060169. OLE color: 10060169.

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

Color convert

RGB 137 129 153 -
CMYK 0.10 0.16 0 0.4
HSL 260º 0.11% 0.55% -
HSV(B) 260º 0.16% 0.6% -
XYZ 23.92 23.32 33.38 -
YUV 134.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 137 129 153 0.10 0.16 0 0.4 260 0.11 0.55
Hex 89 81 99 A 10 0 28 104 B 37
Octal 211 201 231 12 20 0 50 404 13 67
Binary 10001001 10000001 10011001 1010 10000 0 101000 100000100 1011 110111

Color Harmonies of #898199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898199

Black with #898199

Text Example


Text Example

White with #898199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898199; }

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

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

background-color css

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

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

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

border-color css

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

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

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