Html Css Color HEX #898096 Topaz

📋 copy color: '#898096'

red 137 ◦ green 128 ◦ blue 150

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

Shades of Topaz #898096

Tints of Topaz #898096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.84%

 BLUE value IS 150 (58.98% from 255) = 36.14%

R = 33.01%
G = 30.84%
B = 36.14%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#898096 (or 0x898096) is known color: Topaz. HEX triplet: 89, 80 and 96. RGB value is (137,128,150). Sum of RGB (Red+Green+Blue) = 137+128+150=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 150 - color contains mainly: blue. Hex color #898096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898096 is #767F69. Grayscale: #858585. Windows color (decimal): -7765866 or 9863305. OLE color: 9863305.

HSL color Cylindrical-coordinate representation of color #898096: hue angle of 264.55º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #898096 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 128 150 -
CMYK 0.09 0.15 0 0.41
HSL 264.55º 0.09% 0.55% -
HSV(B) 264.55º 0.15% 0.59% -
XYZ 23.54 22.96 32.04 -
YUV 133.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 137 128 150 0.09 0.15 0 0.41 264.55 0.09 0.55
Hex 89 80 96 9 F 0 29 109 9 37
Octal 211 200 226 11 17 0 51 411 11 67
Binary 10001001 10000000 10010110 1001 1111 0 101001 100001001 1001 110111

Color Harmonies of #898096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898096

Black with #898096

Text Example


Text Example

White with #898096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898096; }

 p { color: rgb(137,128,150); }

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

background-color css

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

 a { background-color: rgb(137,128,150); }

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

border-color css

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

 span { border-color: rgb(137,128,150); }

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