Html Css Color HEX #8B6E7A Strikemaster

📋 copy color: '#8B6E7A'

red 139 ◦ green 110 ◦ blue 122

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

Shades of Strikemaster #8B6E7A

Tints of Strikemaster #8B6E7A

RGB

 RED value IS 139 (54.69% from 255) = 37.47%

 GREEN value IS 110 (43.36% from 255) = 29.65%

 BLUE value IS 122 (48.05% from 255) = 32.88%

R = 37.47%
G = 29.65%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B6E7A (or 0x8B6E7A) is known color: Strikemaster. HEX triplet: 8B, 6E and 7A. RGB value is (139,110,122). Sum of RGB (Red+Green+Blue) = 139+110+122=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E7A is #749185. Grayscale: #787878. Windows color (decimal): -7639430 or 8023691. OLE color: 8023691.

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

Color convert

RGB 139 110 122 -
CMYK 0 0.21 0.12 0.45
HSL 335.17º 0.12% 0.49% -
HSV(B) 335.17º 0.21% 0.55% -
XYZ 19.74 18.05 20.86 -
YUV 120.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 139 110 122 0 0.21 0.12 0.45 335.17 0.12 0.49
Hex 8B 6E 7A 0 15 C 2D 14F C 31
Octal 213 156 172 0 25 14 55 517 14 61
Binary 10001011 1101110 1111010 0 10101 1100 101101 101001111 1100 110001

Color Harmonies of #8B6E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6E7A

Black with #8B6E7A

Text Example


Text Example

White with #8B6E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,110,122); }

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

background-color css

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

 a { background-color: rgb(139,110,122); }

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

border-color css

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

 span { border-color: rgb(139,110,122); }

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