#866A7B

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

Shades of Strikemaster #866A7B

Tints of Strikemaster #866A7B

Color information

#866A7B (or 0x866A7B) is unknown color: approx Strikemaster. HEX triplet: 86, 6A and 7B. RGB value is (134,106,123). Sum of RGB (Red+Green+Blue) = 134+106+123=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #866A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866A7B is #799584. Grayscale: #747474. Windows color (decimal): -7968133 or 8088198. OLE color: 8088198.

HSL color Cylindrical-coordinate representation of color #866A7B: hue angle of 323.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #866A7B is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB134106123-
CMYK00.210.080.47
HSL323.57º11.67%47.06%-
HSV(B)323.57º20.9%52.55%-
XYZ18.5616.8121-
YUV116.31131.78140.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 123 (48.44% from 255) = 33.88%
R=36.91%
G=29.20%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410612300.210.080.47323.5711.6747.06
Hex866A7B01582F144c2f
Octal20615217302510575041457
Binary100001101101010111101101010110001011111010001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866A7B; }

 p { color: rgb(134,106,123); }

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

<style>
 a { background-color: #866A7B; }

 a { background-color: rgb(134,106,123); }

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

<style>
 span { border-color: #866A7B; }

 span { border-color: rgb(134,106,123); }

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