Html Css Color HEX #898293 Topaz

📋 copy color: '#898293'

red 137 ◦ green 130 ◦ blue 147

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

Shades of Topaz #898293

Tints of Topaz #898293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.4%

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

R = 33.09%
G = 31.4%
B = 35.51%

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

#898293 (or 0x898293) is known color: Topaz. HEX triplet: 89, 82 and 93. RGB value is (137,130,147). Sum of RGB (Red+Green+Blue) = 137+130+147=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 147 - color contains mainly: blue. Hex color #898293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898293 is #767D6C. Grayscale: #858585. Windows color (decimal): -7765357 or 9667209. OLE color: 9667209.

HSL color Cylindrical-coordinate representation of color #898293: hue angle of 264.71º degrees, saturation: 0.07, 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 #898293 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 130 147 -
CMYK 0.07 0.12 0 0.42
HSL 264.71º 0.07% 0.54% -
HSV(B) 264.71º 0.12% 0.58% -
XYZ 23.57 23.39 30.88 -
YUV 134.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 137 130 147 0.07 0.12 0 0.42 264.71 0.07 0.54
Hex 89 82 93 7 C 0 2A 109 7 36
Octal 211 202 223 7 14 0 52 411 7 66
Binary 10001001 10000010 10010011 111 1100 0 101010 100001001 111 110110

Color Harmonies of #898293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898293

Black with #898293

Text Example


Text Example

White with #898293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898293; }

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

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

background-color css

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

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

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

border-color css

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

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

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