Html Css Color HEX #8B687E Strikemaster

📋 copy color: '#8B687E'

red 139 ◦ green 104 ◦ blue 126

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

Shades of Strikemaster #8B687E

Tints of Strikemaster #8B687E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.18%

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 37.67%
G = 28.18%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B687E (or 0x8B687E) is known color: Strikemaster. HEX triplet: 8B, 68 and 7E. RGB value is (139,104,126). Sum of RGB (Red+Green+Blue) = 139+104+126=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B687E is #749781. Grayscale: #747474. Windows color (decimal): -7640962 or 8284299. OLE color: 8284299.

HSL color Cylindrical-coordinate representation of color #8B687E: hue angle of 322.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B687E is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 104 126 -
CMYK 0 0.25 0.09 0.45
HSL 322.29º 0.14% 0.48% -
HSV(B) 322.29º 0.25% 0.55% -
XYZ 19.36 16.9 21.98 -
YUV 116.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 139 104 126 0 0.25 0.09 0.45 322.29 0.14 0.48
Hex 8B 68 7E 0 19 9 2D 142 E 30
Octal 213 150 176 0 31 11 55 502 16 60
Binary 10001011 1101000 1111110 0 11001 1001 101101 101000010 1110 110000

Color Harmonies of #8B687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B687E

Black with #8B687E

Text Example


Text Example

White with #8B687E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,104,126); }

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

background-color css

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

 a { background-color: rgb(139,104,126); }

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

border-color css

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

 span { border-color: rgb(139,104,126); }

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