Html Css Color HEX #89647F Strikemaster

📋 copy color: '#89647F'

red 137 ◦ green 100 ◦ blue 127

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

Shades of Strikemaster #89647F

Tints of Strikemaster #89647F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.89%

R = 37.64%
G = 27.47%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#89647F (or 0x89647F) is known color: Strikemaster. HEX triplet: 89, 64 and 7F. RGB value is (137,100,127). Sum of RGB (Red+Green+Blue) = 137+100+127=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 137 - color contains mainly: red. Hex color #89647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89647F is #769B80. Grayscale: #727272. Windows color (decimal): -7773057 or 8348809. OLE color: 8348809.

HSL color Cylindrical-coordinate representation of color #89647F: hue angle of 316.22º 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 #89647F is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 100 127 -
CMYK 0 0.27 0.07 0.46
HSL 316.22º 0.16% 0.46% -
HSV(B) 316.22º 0.27% 0.54% -
XYZ 18.7 15.97 22.17 -
YUV 114.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 137 100 127 0 0.27 0.07 0.46 316.22 0.16 0.46
Hex 89 64 7F 0 1B 7 2E 13C 10 2E
Octal 211 144 177 0 33 7 56 474 20 56
Binary 10001001 1100100 1111111 0 11011 111 101110 100111100 10000 101110

Color Harmonies of #89647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89647F

Black with #89647F

Text Example


Text Example

White with #89647F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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