Html Css Color HEX #898395 Topaz

📋 copy color: '#898395'

red 137 ◦ green 131 ◦ blue 149

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

Shades of Topaz #898395

Tints of Topaz #898395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 32.85%
G = 31.41%
B = 35.73%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#898395 (or 0x898395) is known color: Topaz. HEX triplet: 89, 83 and 95. RGB value is (137,131,149). Sum of RGB (Red+Green+Blue) = 137+131+149=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 149 - color contains mainly: blue. Hex color #898395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898395 is #767C6A. Grayscale: #868686. Windows color (decimal): -7765099 or 9798537. OLE color: 9798537.

HSL color Cylindrical-coordinate representation of color #898395: hue angle of 260º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #898395 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 131 149 -
CMYK 0.08 0.12 0 0.42
HSL 260º 0.08% 0.55% -
HSV(B) 260º 0.12% 0.58% -
XYZ 23.86 23.72 31.75 -
YUV 134.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 137 131 149 0.08 0.12 0 0.42 260 0.08 0.55
Hex 89 83 95 8 C 0 2A 104 8 37
Octal 211 203 225 10 14 0 52 404 10 67
Binary 10001001 10000011 10010101 1000 1100 0 101010 100000100 1000 110111

Color Harmonies of #898395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898395

Black with #898395

Text Example


Text Example

White with #898395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898395; }

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

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

background-color css

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

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

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

border-color css

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

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

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