Html Css Color HEX #89647D Strikemaster

📋 copy color: '#89647D'

red 137 ◦ green 100 ◦ blue 125

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

Shades of Strikemaster #89647D

Tints of Strikemaster #89647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.62%

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 37.85%
G = 27.62%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89647D (or 0x89647D) is known color: Strikemaster. HEX triplet: 89, 64 and 7D. RGB value is (137,100,125). Sum of RGB (Red+Green+Blue) = 137+100+125=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #89647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89647D is #769B82. Grayscale: #717171. Windows color (decimal): -7773059 or 8217737. OLE color: 8217737.

HSL color Cylindrical-coordinate representation of color #89647D: hue angle of 319.46º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89647D is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 100 125 -
CMYK 0 0.27 0.09 0.46
HSL 319.46º 0.16% 0.46% -
HSV(B) 319.46º 0.27% 0.54% -
XYZ 18.58 15.91 21.49 -
YUV 113.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 137 100 125 0 0.27 0.09 0.46 319.46 0.16 0.46
Hex 89 64 7D 0 1B 9 2E 13F 10 2E
Octal 211 144 175 0 33 11 56 477 20 56
Binary 10001001 1100100 1111101 0 11011 1001 101110 100111111 10000 101110

Color Harmonies of #89647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89647D

Black with #89647D

Text Example


Text Example

White with #89647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89647D; }

 p { color: rgb(137,100,125); }

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

background-color css

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

 a { background-color: rgb(137,100,125); }

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

border-color css

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

 span { border-color: rgb(137,100,125); }

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