Html Css Color HEX #8A737F Strikemaster

📋 copy color: '#8A737F'

red 138 ◦ green 115 ◦ blue 127

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

Shades of Strikemaster #8A737F

Tints of Strikemaster #8A737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.26%

 BLUE value IS 127 (50% from 255) = 33.42%

R = 36.32%
G = 30.26%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#8A737F (or 0x8A737F) is known color: Strikemaster. HEX triplet: 8A, 73 and 7F. RGB value is (138,115,127). Sum of RGB (Red+Green+Blue) = 138+115+127=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 138 - color contains mainly: red. Hex color #8A737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A737F is #758C80. Grayscale: #7B7B7B. Windows color (decimal): -7703681 or 8352650. OLE color: 8352650.

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

Color convert

RGB 138 115 127 -
CMYK 0 0.17 0.08 0.46
HSL 328.7º 0.09% 0.5% -
HSV(B) 328.7º 0.17% 0.54% -
XYZ 20.44 19.2 22.71 -
YUV 123.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 138 115 127 0 0.17 0.08 0.46 328.7 0.09 0.5
Hex 8A 73 7F 0 11 8 2E 149 9 32
Octal 212 163 177 0 21 10 56 511 11 62
Binary 10001010 1110011 1111111 0 10001 1000 101110 101001001 1001 110010

Color Harmonies of #8A737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A737F

Black with #8A737F

Text Example


Text Example

White with #8A737F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,115,127); }

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

background-color css

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

 a { background-color: rgb(138,115,127); }

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

border-color css

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

 span { border-color: rgb(138,115,127); }

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