Html Css Color HEX #895E7D Strikemaster

📋 copy color: '#895E7D'

red 137 ◦ green 94 ◦ blue 125

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

Shades of Strikemaster #895E7D

Tints of Strikemaster #895E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.4%

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

R = 38.48%
G = 26.4%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#895E7D (or 0x895E7D) is known color: Strikemaster. HEX triplet: 89, 5E and 7D. RGB value is (137,94,125). Sum of RGB (Red+Green+Blue) = 137+94+125=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #895E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E7D is #76A182. Grayscale: #6E6E6E. Windows color (decimal): -7774595 or 8216201. OLE color: 8216201.

HSL color Cylindrical-coordinate representation of color #895E7D: hue angle of 316.74º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #895E7D is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 94 125 -
CMYK 0 0.31 0.09 0.46
HSL 316.74º 0.19% 0.45% -
HSV(B) 316.74º 0.31% 0.54% -
XYZ 18.02 14.8 21.31 -
YUV 110.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 137 94 125 0 0.31 0.09 0.46 316.74 0.19 0.45
Hex 89 5E 7D 0 1F 9 2E 13D 13 2D
Octal 211 136 175 0 37 11 56 475 23 55
Binary 10001001 1011110 1111101 0 11111 1001 101110 100111101 10011 101101

Color Harmonies of #895E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895E7D

Black with #895E7D

Text Example


Text Example

White with #895E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895E7D; }

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

 H1.HeaderClassName
 {
   color: #895E7D;
 }
 .AnyTagClassName
 {
   color: #895E7D;
 }
</style>

background-color css

<style>
 a { background-color: #895E7D; }

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

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

border-color css

<style>
 span { border-color: #895E7D; }

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

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