Html Css Color HEX #8A6B7F Strikemaster

📋 copy color: '#8A6B7F'

red 138 ◦ green 107 ◦ blue 127

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

Shades of Strikemaster #8A6B7F

Tints of Strikemaster #8A6B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.76%

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

R = 37.1%
G = 28.76%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#8A6B7F (or 0x8A6B7F) is known color: Strikemaster. HEX triplet: 8A, 6B and 7F. RGB value is (138,107,127). Sum of RGB (Red+Green+Blue) = 138+107+127=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6B7F is #759480. Grayscale: #767676. Windows color (decimal): -7705729 or 8350602. OLE color: 8350602.

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

Color convert

RGB 138 107 127 -
CMYK 0 0.22 0.08 0.46
HSL 321.29º 0.13% 0.48% -
HSV(B) 321.29º 0.22% 0.54% -
XYZ 19.57 17.45 22.42 -
YUV 118.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 138 107 127 0 0.22 0.08 0.46 321.29 0.13 0.48
Hex 8A 6B 7F 0 16 8 2E 141 D 30
Octal 212 153 177 0 26 10 56 501 15 60
Binary 10001010 1101011 1111111 0 10110 1000 101110 101000001 1101 110000

Color Harmonies of #8A6B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6B7F

Black with #8A6B7F

Text Example


Text Example

White with #8A6B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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