Html Css Color HEX #898295 Topaz

📋 copy color: '#898295'

red 137 ◦ green 130 ◦ blue 149

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

Shades of Topaz #898295

Tints of Topaz #898295

RGB

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

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

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

R = 32.93%
G = 31.25%
B = 35.82%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#898295 (or 0x898295) is known color: Topaz. HEX triplet: 89, 82 and 95. RGB value is (137,130,149). Sum of RGB (Red+Green+Blue) = 137+130+149=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 149 - color contains mainly: blue. Hex color #898295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898295 is #767D6A. Grayscale: #868686. Windows color (decimal): -7765355 or 9798281. OLE color: 9798281.

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

Color convert

RGB 137 130 149 -
CMYK 0.08 0.13 0 0.42
HSL 262.11º 0.08% 0.55% -
HSV(B) 262.11º 0.13% 0.58% -
XYZ 23.72 23.45 31.71 -
YUV 134.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 137 130 149 0.08 0.13 0 0.42 262.11 0.08 0.55
Hex 89 82 95 8 D 0 2A 106 8 37
Octal 211 202 225 10 15 0 52 406 10 67
Binary 10001001 10000010 10010101 1000 1101 0 101010 100000110 1000 110111

Color Harmonies of #898295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898295

Black with #898295

Text Example


Text Example

White with #898295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898295; }

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

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

background-color css

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

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

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

border-color css

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

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

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