Html Css Color HEX #8E707D Strikemaster

📋 copy color: '#8E707D'

red 142 ◦ green 112 ◦ blue 125

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

Shades of Strikemaster #8E707D

Tints of Strikemaster #8E707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.55%

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

R = 37.47%
G = 29.55%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E707D (or 0x8E707D) is known color: Strikemaster. HEX triplet: 8E, 70 and 7D. RGB value is (142,112,125). Sum of RGB (Red+Green+Blue) = 142+112+125=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 142 - color contains mainly: red. Hex color #8E707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E707D is #718F82. Grayscale: #7A7A7A. Windows color (decimal): -7442307 or 8220814. OLE color: 8220814.

HSL color Cylindrical-coordinate representation of color #8E707D: hue angle of 334º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E707D is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 112 125 -
CMYK 0 0.21 0.12 0.44
HSL 334º 0.12% 0.5% -
HSV(B) 334º 0.21% 0.56% -
XYZ 20.65 18.82 21.95 -
YUV 122.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 142 112 125 0 0.21 0.12 0.44 334 0.12 0.5
Hex 8E 70 7D 0 15 C 2C 14E C 32
Octal 216 160 175 0 25 14 54 516 14 62
Binary 10001110 1110000 1111101 0 10101 1100 101100 101001110 1100 110010

Color Harmonies of #8E707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E707D

Black with #8E707D

Text Example


Text Example

White with #8E707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,112,125); }

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

background-color css

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

 a { background-color: rgb(142,112,125); }

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

border-color css

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

 span { border-color: rgb(142,112,125); }

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