Html Css Color HEX #898093 Topaz

📋 copy color: '#898093'

red 137 ◦ green 128 ◦ blue 147

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

Shades of Topaz #898093

Tints of Topaz #898093

RGB

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

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

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

R = 33.25%
G = 31.07%
B = 35.68%

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

#898093 (or 0x898093) is known color: Topaz. HEX triplet: 89, 80 and 93. RGB value is (137,128,147). Sum of RGB (Red+Green+Blue) = 137+128+147=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 147 - color contains mainly: blue. Hex color #898093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898093 is #767F6C. Grayscale: #848484. Windows color (decimal): -7765869 or 9666697. OLE color: 9666697.

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

Color convert

RGB 137 128 147 -
CMYK 0.07 0.13 0 0.42
HSL 268.42º 0.08% 0.54% -
HSV(B) 268.42º 0.13% 0.58% -
XYZ 23.3 22.86 30.79 -
YUV 132.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 137 128 147 0.07 0.13 0 0.42 268.42 0.08 0.54
Hex 89 80 93 7 D 0 2A 10C 8 36
Octal 211 200 223 7 15 0 52 414 10 66
Binary 10001001 10000000 10010011 111 1101 0 101010 100001100 1000 110110

Color Harmonies of #898093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898093

Black with #898093

Text Example


Text Example

White with #898093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898093; }

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

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

background-color css

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

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

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

border-color css

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

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

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