Html Css Color HEX #89637E Strikemaster

📋 copy color: '#89637E'

red 137 ◦ green 99 ◦ blue 126

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

Shades of Strikemaster #89637E

Tints of Strikemaster #89637E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

 BLUE value IS 126 (49.61% from 255) = 34.81%

R = 37.85%
G = 27.35%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#89637E (or 0x89637E) is known color: Strikemaster. HEX triplet: 89, 63 and 7E. RGB value is (137,99,126). Sum of RGB (Red+Green+Blue) = 137+99+126=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #89637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89637E is #769C81. Grayscale: #717171. Windows color (decimal): -7773314 or 8283017. OLE color: 8283017.

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

Color convert

RGB 137 99 126 -
CMYK 0 0.28 0.08 0.46
HSL 317.37º 0.16% 0.46% -
HSV(B) 317.37º 0.28% 0.54% -
XYZ 18.54 15.75 21.8 -
YUV 113.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 137 99 126 0 0.28 0.08 0.46 317.37 0.16 0.46
Hex 89 63 7E 0 1C 8 2E 13D 10 2E
Octal 211 143 176 0 34 10 56 475 20 56
Binary 10001001 1100011 1111110 0 11100 1000 101110 100111101 10000 101110

Color Harmonies of #89637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89637E

Black with #89637E

Text Example


Text Example

White with #89637E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89637E; }

 p { color: rgb(137,99,126); }

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

background-color css

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

 a { background-color: rgb(137,99,126); }

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

border-color css

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

 span { border-color: rgb(137,99,126); }

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