Html Css Color HEX #897F98 Topaz

📋 copy color: '#897F98'

red 137 ◦ green 127 ◦ blue 152

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

Shades of Topaz #897F98

Tints of Topaz #897F98

RGB

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

 GREEN value IS 127 (50% from 255) = 30.53%

 BLUE value IS 152 (59.77% from 255) = 36.54%

R = 32.93%
G = 30.53%
B = 36.54%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#897F98 (or 0x897F98) is known color: Topaz. HEX triplet: 89, 7F and 98. RGB value is (137,127,152). Sum of RGB (Red+Green+Blue) = 137+127+152=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 152 - color contains mainly: blue. Hex color #897F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897F98 is #768067. Grayscale: #848484. Windows color (decimal): -7766120 or 9994121. OLE color: 9994121.

HSL color Cylindrical-coordinate representation of color #897F98: hue angle of 264º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #897F98 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 127 152 -
CMYK 0.10 0.16 0 0.40
HSL 264º 0.11% 0.55% -
HSV(B) 264º 0.16% 0.6% -
XYZ 23.57 22.76 32.86 -
YUV 132.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 137 127 152 0.10 0.16 0 0.40 264 0.11 0.55
Hex 89 7F 98 A 10 0 28 108 B 37
Octal 211 177 230 12 20 0 50 410 13 67
Binary 10001001 1111111 10011000 1010 10000 0 101000 100001000 1011 110111

Color Harmonies of #897F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897F98

Black with #897F98

Text Example


Text Example

White with #897F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897F98; }

 p { color: rgb(137,127,152); }

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

background-color css

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

 a { background-color: rgb(137,127,152); }

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

border-color css

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

 span { border-color: rgb(137,127,152); }

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