Html Css Color HEX #8D657A Strikemaster

📋 copy color: '#8D657A'

red 141 ◦ green 101 ◦ blue 122

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

Shades of Strikemaster #8D657A

Tints of Strikemaster #8D657A

RGB

 RED value IS 141 (55.47% from 255) = 38.74%

 GREEN value IS 101 (39.84% from 255) = 27.75%

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 38.74%
G = 27.75%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8D657A (or 0x8D657A) is known color: Strikemaster. HEX triplet: 8D, 65 and 7A. RGB value is (141,101,122). Sum of RGB (Red+Green+Blue) = 141+101+122=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 141 - color contains mainly: red. Hex color #8D657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D657A is #729A85. Grayscale: #737373. Windows color (decimal): -7510662 or 8021389. OLE color: 8021389.

HSL color Cylindrical-coordinate representation of color #8D657A: hue angle of 328.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D657A is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 101 122 -
CMYK 0 0.28 0.13 0.45
HSL 328.5º 0.17% 0.47% -
HSV(B) 328.5º 0.28% 0.55% -
XYZ 19.15 16.38 20.56 -
YUV 115.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 141 101 122 0 0.28 0.13 0.45 328.5 0.17 0.47
Hex 8D 65 7A 0 1C D 2D 148 11 2F
Octal 215 145 172 0 34 15 55 510 21 57
Binary 10001101 1100101 1111010 0 11100 1101 101101 101001000 10001 101111

Color Harmonies of #8D657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D657A

Black with #8D657A

Text Example


Text Example

White with #8D657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D657A; }

 p { color: rgb(141,101,122); }

 H1.HeaderClassName
 {
   color: #8D657A;
 }
 .AnyTagClassName
 {
   color: #8D657A;
 }
</style>

background-color css

<style>
 a { background-color: #8D657A; }

 a { background-color: rgb(141,101,122); }

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

border-color css

<style>
 span { border-color: #8D657A; }

 span { border-color: rgb(141,101,122); }

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