Html Css Color HEX #898193 Topaz

📋 copy color: '#898193'

red 137 ◦ green 129 ◦ blue 147

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

Shades of Topaz #898193

Tints of Topaz #898193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.59%

R = 33.17%
G = 31.23%
B = 35.59%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#898193 (or 0x898193) is known color: Topaz. HEX triplet: 89, 81 and 93. RGB value is (137,129,147). Sum of RGB (Red+Green+Blue) = 137+129+147=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 147 - color contains mainly: blue. Hex color #898193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898193 is #767E6C. Grayscale: #858585. Windows color (decimal): -7765613 or 9666953. OLE color: 9666953.

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

Color convert

RGB 137 129 147 -
CMYK 0.07 0.12 0 0.42
HSL 266.67º 0.08% 0.54% -
HSV(B) 266.67º 0.12% 0.58% -
XYZ 23.43 23.13 30.83 -
YUV 133.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 137 129 147 0.07 0.12 0 0.42 266.67 0.08 0.54
Hex 89 81 93 7 C 0 2A 10B 8 36
Octal 211 201 223 7 14 0 52 413 10 66
Binary 10001001 10000001 10010011 111 1100 0 101010 100001011 1000 110110

Color Harmonies of #898193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898193

Black with #898193

Text Example


Text Example

White with #898193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898193; }

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

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

background-color css

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

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

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

border-color css

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

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

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