Html Css Color HEX #8A697F Strikemaster

📋 copy color: '#8A697F'

red 138 ◦ green 105 ◦ blue 127

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

Shades of Strikemaster #8A697F

Tints of Strikemaster #8A697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.38%

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

R = 37.3%
G = 28.38%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#8A697F (or 0x8A697F) is known color: Strikemaster. HEX triplet: 8A, 69 and 7F. RGB value is (138,105,127). Sum of RGB (Red+Green+Blue) = 138+105+127=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 138 - color contains mainly: red. Hex color #8A697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A697F is #759680. Grayscale: #757575. Windows color (decimal): -7706241 or 8350090. OLE color: 8350090.

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

Color convert

RGB 138 105 127 -
CMYK 0 0.24 0.08 0.46
HSL 320º 0.14% 0.48% -
HSV(B) 320º 0.24% 0.54% -
XYZ 19.36 17.04 22.35 -
YUV 117.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 138 105 127 0 0.24 0.08 0.46 320 0.14 0.48
Hex 8A 69 7F 0 18 8 2E 140 E 30
Octal 212 151 177 0 30 10 56 500 16 60
Binary 10001010 1101001 1111111 0 11000 1000 101110 101000000 1110 110000

Color Harmonies of #8A697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A697F

Black with #8A697F

Text Example


Text Example

White with #8A697F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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