#8B697E

Color #8B697E Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #8B697E

Tints of Strikemaster #8B697E

Color information

#8B697E (or 0x8B697E) is unknown color: approx Strikemaster. HEX triplet: 8B, 69 and 7E. RGB value is (139,105,126). Sum of RGB (Red+Green+Blue) = 139+105+126=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 139 - color contains mainly: red. Hex color #8B697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B697E is #749681. Grayscale: #757575. Windows color (decimal): -7640706 or 8284555. OLE color: 8284555.

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

Color convert

RGB139105126-
CMYK00.240.090.45
HSL322.94º13.93%47.84%-
HSV(B)322.94º24.46%54.51%-
XYZ19.4617.122.01-
YUV117.56132.76143.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.57%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=37.57%
G=28.38%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910512600.240.090.45322.9413.9347.84
Hex8B697E01892D143e30
Octal21315117603011555031660
Binary100010111101001111111001100010011011011010000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B697E;
 }
 .AnyTagClassName
 {
   color: #8B697E;
 }
</style>
background-color css

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

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

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

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

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

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