Html Css Color HEX #8E657E Strikemaster

📋 copy color: '#8E657E'

red 142 ◦ green 101 ◦ blue 126

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

Shades of Strikemaster #8E657E

Tints of Strikemaster #8E657E

RGB

 RED value IS 142 (55.86% from 255) = 38.48%

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

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

R = 38.48%
G = 27.37%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E657E (or 0x8E657E) is known color: Strikemaster. HEX triplet: 8E, 65 and 7E. RGB value is (142,101,126). Sum of RGB (Red+Green+Blue) = 142+101+126=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 142 - color contains mainly: red. Hex color #8E657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E657E is #719A81. Grayscale: #747474. Windows color (decimal): -7445122 or 8283534. OLE color: 8283534.

HSL color Cylindrical-coordinate representation of color #8E657E: hue angle of 323.41º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E657E is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 101 126 -
CMYK 0 0.29 0.11 0.44
HSL 323.41º 0.17% 0.48% -
HSV(B) 323.41º 0.29% 0.56% -
XYZ 19.57 16.56 21.9 -
YUV 116.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 142 101 126 0 0.29 0.11 0.44 323.41 0.17 0.48
Hex 8E 65 7E 0 1D B 2C 143 11 30
Octal 216 145 176 0 35 13 54 503 21 60
Binary 10001110 1100101 1111110 0 11101 1011 101100 101000011 10001 110000

Color Harmonies of #8E657E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E657E

Black with #8E657E

Text Example


Text Example

White with #8E657E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,101,126); }

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

background-color css

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

 a { background-color: rgb(142,101,126); }

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

border-color css

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

 span { border-color: rgb(142,101,126); }

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