Html Css Color HEX #898194 Topaz

📋 copy color: '#898194'

red 137 ◦ green 129 ◦ blue 148

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

Shades of Topaz #898194

Tints of Topaz #898194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.75%

R = 33.09%
G = 31.16%
B = 35.75%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#898194 (or 0x898194) is known color: Topaz. HEX triplet: 89, 81 and 94. RGB value is (137,129,148). Sum of RGB (Red+Green+Blue) = 137+129+148=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 148 - color contains mainly: blue. Hex color #898194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898194 is #767E6B. Grayscale: #858585. Windows color (decimal): -7765612 or 9732489. OLE color: 9732489.

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

Color convert

RGB 137 129 148 -
CMYK 0.07 0.13 0 0.42
HSL 265.26º 0.08% 0.54% -
HSV(B) 265.26º 0.13% 0.58% -
XYZ 23.51 23.16 31.25 -
YUV 133.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 137 129 148 0.07 0.13 0 0.42 265.26 0.08 0.54
Hex 89 81 94 7 D 0 2A 109 8 36
Octal 211 201 224 7 15 0 52 411 10 66
Binary 10001001 10000001 10010100 111 1101 0 101010 100001001 1000 110110

Color Harmonies of #898194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898194

Black with #898194

Text Example


Text Example

White with #898194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898194; }

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

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

background-color css

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

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

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

border-color css

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

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

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