Html Css Color HEX #89647C Strikemaster

📋 copy color: '#89647C'

red 137 ◦ green 100 ◦ blue 124

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

Shades of Strikemaster #89647C

Tints of Strikemaster #89647C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 37.95%
G = 27.7%
B = 34.35%

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

#89647C (or 0x89647C) is known color: Strikemaster. HEX triplet: 89, 64 and 7C. RGB value is (137,100,124). Sum of RGB (Red+Green+Blue) = 137+100+124=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #89647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89647C is #769B83. Grayscale: #717171. Windows color (decimal): -7773060 or 8152201. OLE color: 8152201.

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

Color convert

RGB 137 100 124 -
CMYK 0 0.27 0.09 0.46
HSL 321.08º 0.16% 0.46% -
HSV(B) 321.08º 0.27% 0.54% -
XYZ 18.51 15.89 21.16 -
YUV 113.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 137 100 124 0 0.27 0.09 0.46 321.08 0.16 0.46
Hex 89 64 7C 0 1B 9 2E 141 10 2E
Octal 211 144 174 0 33 11 56 501 20 56
Binary 10001001 1100100 1111100 0 11011 1001 101110 101000001 10000 101110

Color Harmonies of #89647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89647C

Black with #89647C

Text Example


Text Example

White with #89647C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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