Html Css Color HEX #8E687B Strikemaster

📋 copy color: '#8E687B'

red 142 ◦ green 104 ◦ blue 123

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

Shades of Strikemaster #8E687B

Tints of Strikemaster #8E687B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.18%

 BLUE value IS 123 (48.44% from 255) = 33.33%

R = 38.48%
G = 28.18%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E687B (or 0x8E687B) is known color: Strikemaster. HEX triplet: 8E, 68 and 7B. RGB value is (142,104,123). Sum of RGB (Red+Green+Blue) = 142+104+123=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 142 - color contains mainly: red. Hex color #8E687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E687B is #719784. Grayscale: #757575. Windows color (decimal): -7444357 or 8087694. OLE color: 8087694.

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

Color convert

RGB 142 104 123 -
CMYK 0 0.27 0.13 0.44
HSL 330º 0.15% 0.48% -
HSV(B) 330º 0.27% 0.56% -
XYZ 19.68 17.08 21 -
YUV 117.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 142 104 123 0 0.27 0.13 0.44 330 0.15 0.48
Hex 8E 68 7B 0 1B D 2C 14A F 30
Octal 216 150 173 0 33 15 54 512 17 60
Binary 10001110 1101000 1111011 0 11011 1101 101100 101001010 1111 110000

Color Harmonies of #8E687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E687B

Black with #8E687B

Text Example


Text Example

White with #8E687B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,104,123); }

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

background-color css

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

 a { background-color: rgb(142,104,123); }

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

border-color css

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

 span { border-color: rgb(142,104,123); }

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