Html Css Color HEX #8A707D Strikemaster

📋 copy color: '#8A707D'

red 138 ◦ green 112 ◦ blue 125

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

Shades of Strikemaster #8A707D

Tints of Strikemaster #8A707D

RGB

 RED value IS 138 (54.3% from 255) = 36.8%

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

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

R = 36.8%
G = 29.87%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A707D (or 0x8A707D) is known color: Strikemaster. HEX triplet: 8A, 70 and 7D. RGB value is (138,112,125). Sum of RGB (Red+Green+Blue) = 138+112+125=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 138 - color contains mainly: red. Hex color #8A707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A707D is #758F82. Grayscale: #797979. Windows color (decimal): -7704451 or 8220810. OLE color: 8220810.

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

Color convert

RGB 138 112 125 -
CMYK 0 0.19 0.09 0.46
HSL 330º 0.1% 0.49% -
HSV(B) 330º 0.19% 0.54% -
XYZ 19.98 18.47 21.91 -
YUV 121.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 138 112 125 0 0.19 0.09 0.46 330 0.1 0.49
Hex 8A 70 7D 0 13 9 2E 14A A 31
Octal 212 160 175 0 23 11 56 512 12 61
Binary 10001010 1110000 1111101 0 10011 1001 101110 101001010 1010 110001

Color Harmonies of #8A707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A707D

Black with #8A707D

Text Example


Text Example

White with #8A707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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